telegraf/plugins/secretstores
Joshua Powers 0ec5da26f5
docs(secretstores.os): Clarify windows credential usage (#13399)
2023-06-07 12:06:32 +02:00
..
all feat(secretstores): Add http plugin (#13150) 2023-05-24 08:48:59 -06:00
docker feat(secretstores): Add Docker secrets (#13035) 2023-04-25 09:18:30 -06:00
http feat(secretstores): Add http plugin (#13150) 2023-05-24 08:48:59 -06:00
jose feat(agent): Add command-line option to specify password (#12812) 2023-03-09 11:54:27 +01:00
os docs(secretstores.os): Clarify windows credential usage (#13399) 2023-06-07 12:06:32 +02:00
README.md feat(secretstores): Add Docker secrets (#13035) 2023-04-25 09:18:30 -06: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:

  • jose: Javascript Object Signing and Encryption
  • os: Native tooling provided on Linux, MacOS, or Windows.
  • docker: Docker Secrets within containers