telegraf/plugins/secretstores
Andreas Deininger 5f5a56ed01
docs: Fix typos (#14376)
2024-01-05 22:34:02 +01:00
..
all feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07:00
docker docs: Fix typos (#14359) 2023-11-29 14:47:39 +01:00
http chore(linters): Enable equalFold, preferStringWriter, and stringXbytes checkers for gocritic. (#14452) 2023-12-15 06:25:10 -07:00
jose chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
oauth2 docs: Fix typos (#14376) 2024-01-05 22:34:02 +01:00
os chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
systemd feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07: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.