Skip to main content
Secret Management is an enterprise-only feature. It requires the enterprise Bifrost image and a PostgreSQL config store.
Connect an external secret manager so provider keys and other credentials are never stored in Bifrost’s database. Configure 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 fields


Common fields

These apply regardless of backend:

Using vault references

Once configured, any secret field accepts a vault.<path> reference:

Full example