telegraf/plugins/secretstores
Paweł Żak f8af593d33
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#15980)
2024-10-15 13:02:45 +02:00
..
all feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07:00
docker test(linters): Enable `testifylint`: `formatter`, `suite-broken-parallel` and `suite-subtest-run` (#15797) 2024-09-03 11:40:34 -05:00
http chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#15980) 2024-10-15 13:02:45 +02:00
jose chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
oauth2 fix(secretstores.oauth2): Ensure endpoint params is not nil (#15531) 2024-06-19 09:42:02 +02:00
os chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
systemd chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
README.md feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07:00
deprecations.go feat: secret-store implementation (#11232) 2022-12-08 09:53:06 -07:00
registry.go feat: secret-store implementation (#11232) 2022-12-08 09:53:06 -07: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.