telegraf/plugins/secretstores
Paweł Żak cf2a820cac
chore: Enable `testifylint:go-require` checker (#16158)
2024-11-13 01:32:57 -06:00
..
all
docker test(linters): Enable `testifylint`: `formatter`, `suite-broken-parallel` and `suite-subtest-run` (#15797) 2024-09-03 11:40:34 -05:00
http chore: Enable `testifylint:go-require` checker (#16158) 2024-11-13 01:32:57 -06:00
jose
oauth2 chore: Enable `testifylint:go-require` checker (#16158) 2024-11-13 01:32:57 -06:00
os
systemd
README.md
deprecations.go chore: Fix linter findings for `revive:enforce-map-style` in `plugins/aggregators`, `plugins/common`, `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#16039) 2024-10-18 09:10:58 -05:00
registry.go chore: Fix linter findings for `revive:enforce-map-style` in `plugins/aggregators`, `plugins/common`, `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#16039) 2024-10-18 09:10:58 -05:00

README.md

Secret-Stores

This folder contains the plugins for the secret-store functionality:

  • docker: Docker Secrets within containers
  • http: Query secrets from an HTTP endpoint
  • jose: Javascript Object Signing and Encryption
  • os: Native tooling provided on Linux, MacOS, or Windows.
  • systemd: Secret-store to access systemd secrets

See each plugin's README for additional details.