13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
|
|
# Operating System native secret-store
|
||
|
|
[[secretstores.os]]
|
||
|
|
## Unique identifier for the secret-store.
|
||
|
|
## This id can later be used in plugins to reference the secrets
|
||
|
|
## in this secret-store via @{<id>:<secret_key>} (mandatory)
|
||
|
|
id = "secretstore"
|
||
|
|
|
||
|
|
## Keyring name used for the secrets
|
||
|
|
# keyring = "telegraf"
|
||
|
|
|
||
|
|
## Allow dynamic secrets that are updated during runtime of telegraf
|
||
|
|
# dynamic = false
|