Secrets management
StackState Self-hosted v5.1.x
About secrets in StackState
Define secrets in StackState configuration
instances:
- server: db_prod
# two valid secret handles
user: "ENC[db_prod_user]"
password: "ENC[db_prod_password]"
# The `ENC[]` handle must be the entire YAML value, which means that
# the following is NOT detected as a secret handle:
password2: "db-ENC[prod_password]"Provide an executable to retrieve secrets
Configuration
Last updated