telegraf/plugins/secretstores
Paweł Żak 9bf9fb3a4d
chore(linters): Enable `usetesting` linter (#16456)
Co-authored-by: pzak <pzak>
Co-authored-by: Zak <pawel.zak@intel.com>
2025-03-10 02:12:42 -05:00
..
all feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07:00
docker chore: Fix linter findings for `revive:unused-receiver` in `plugins/`: `aggregators`, `common`, `parsers`, `processors`, `secretstores` and `serializers` (#16339) 2025-01-14 09:24:13 +01:00
http chore(linters): Enforce import grouping with gci linter (#16526) 2025-02-24 19:37:12 -06:00
jose chore(linters): Enable `usetesting` linter (#16456) 2025-03-10 02:12:42 -05:00
oauth2 chore: Fix linter findings for `revive:unused-receiver` in `plugins/`: `aggregators`, `common`, `parsers`, `processors`, `secretstores` and `serializers` (#16339) 2025-01-14 09:24:13 +01:00
os chore(linters): Enforce import grouping with gci linter (#16526) 2025-02-24 19:37:12 -06:00
systemd chore(linters): Enforce import grouping with gci linter (#16526) 2025-02-24 19:37:12 -06:00
README.md feat(secretstores): Add systemd-credentials plugin (#13657) 2023-11-27 13:50:57 -07:00
deprecations.go chore: Fix linter findings for `revive:enforce-map-style` in `plugins/aggregators`, `plugins/common`, `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#16039) 2024-10-18 09:10:58 -05:00
registry.go chore: Fix linter findings for `revive:enforce-map-style` in `plugins/aggregators`, `plugins/common`, `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#16039) 2024-10-18 09:10:58 -05: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.