Configuration
Add avault block to your Bifrost configuration to connect to AWS Secrets Manager:
Configuration Fields
| Field | Type | Description |
|---|---|---|
type | string | Must be set to "aws_secrets_manager" to use AWS Secrets Manager. |
region | string | The AWS region where your secrets are stored (e.g., "us-east-1"). |
access_key_id | string | AWS access key ID for authentication. Supports environment variable interpolation via ${AWS_ACCESS_KEY_ID}. |
secret_access_key | string | AWS secret access key for authentication. Supports environment variable interpolation via ${AWS_SECRET_ACCESS_KEY}. |
sync_interval | string | How often Bifrost syncs keys from AWS Secrets Manager. 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.
