telegraf/plugins/secretstores
Sven Rebhan e2c4e10650
chore(secrets): Abstract secret implementation (#13953)
2023-09-25 14:37:04 -06:00
..
all feat(secretstores): Add secret-store to access OAuth2 services (#13621) 2023-07-14 09:26:06 -06:00
docker
http chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
jose chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
oauth2 chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06:00
os chore(secrets): Abstract secret implementation (#13953) 2023-09-25 14:37:04 -06: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.

See each plugin's README for additional details.