16 lines
596 B
Plaintext
16 lines
596 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 of the secrets
|
||
|
|
## In Windows, keys follow a fixed pattern in the form `<keyring>:<collection>:<key>`. Please keep this in mind
|
||
|
|
## when creating secrets with the Windows credential tool.
|
||
|
|
# keyring = "telegraf"
|
||
|
|
# collection = ""
|
||
|
|
|
||
|
|
## Allow dynamic secrets that are updated during runtime of telegraf
|
||
|
|
# dynamic = false
|