Configuration
Add avault block to your Bifrost configuration to connect to your HashiCorp Vault instance:
Configuration Fields
| Field | Type | Description |
|---|---|---|
type | string | Must be set to "hashicorp" to use HashiCorp Vault. |
address | string | The full URL of your HashiCorp Vault server, including the port. |
token | string | Authentication token for Vault access. Supports environment variable interpolation via ${VAULT_TOKEN}. |
mount | string | The secrets engine mount path in Vault (e.g., "secret" for the default KV secrets engine). |
sync_interval | string | How often Bifrost syncs keys from Vault. Accepts duration strings such as "300s", "5m", or "1h". |
The
sync_interval field controls how frequently Bifrost polls your vault for key changes. Lower intervals detect changes faster but increase load on your vault server. See the Vault Support page for full sync configuration options including sync_paths and auto_deprecate.
