Secret Management is an enterprise-only feature. It requires the enterprise Bifrost image and a PostgreSQL config store.
vaultStore under storage.configStore in your values file.
Once connected, any secret field in your values file accepts a vault.<path> reference in place of a plaintext value or env.* reference. See Secret Management for the full list of supported fields, access modes, and secret rotation.
Configuration
- AWS Secrets Manager
- GCP Secret Manager
- HashiCorp Vault
- IAM role (recommended)
- Static credentials
- Role assumption
Attach an IAM role to your pod via IRSA and leave credentials unset - the AWS SDK inherits the role automatically.
AWS fields
Common fields
These apply regardless of backend:Using vault references
Once configured, any secret field accepts avault.<path> reference:

