Secrets
You can use secrets in your configuration file.
Supported secret engines:
- env
- vault
Format
For the env
engine key
is the environment variable name
For the vault
engine key
should look as path/to/secret@field_name
You can use env variables for vault connection
BALERTER_VAULT_URL
BALERTER_VAULT_TOKEN
BALERTER_VAULT_NAMESPACE
(optional)