Skip to main content

Authentication

Both are the standard Vault environment variables, so anything that already works with the vault CLI works here without extra configuration.

Paths

The path after the provider segment is the Vault path, including the mount:
KV v2 stores values under a data key internally; SecRefs unwraps that for you, so #key refers to your field rather than Vault’s envelope.
A Vault token has its own TTL and may need renewing. An expired token is reported as an authentication failure, not as a missing secret — see Troubleshooting.