Skip to main content

Manage Secrets

Using Environment Variables​

connector:
config:
password: "\"
`

## Vault Integration

```yaml
secrets:
provider: hashicorp-vault
url: https://vault.example.com
auth_method: approle
role_id: "\"
secret_id: "\"
`

## Secret References

```yaml
connector:
config:
password:
vault: secret/data/db#password
`

## See Also

- [Encryption](/docs/iam/encryption)
- [IAM Overview](/docs/iam/overview)