telegraf/plugins/secretstores
Viktor Szépe 31a1d34d99
chore: Fix typos throughout codebase (#15338)
2024-05-31 10:26:37 +02:00
..
all
docker chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
http fix(http): Stop plugins from leaking file descriptors on telegraf reload (#15213) 2024-04-24 15:18:15 -05:00
jose chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
oauth2
os
systemd chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
README.md
deprecations.go
registry.go

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.