#Vault secret provider
1 messages · Page 1 of 1 (latest)
Here's the PR!
https://github.com/dagger/dagger/pull/8730
Can I configure dagger to use a specific Vault address by default without having to define the VAULT_ADDR env var in every call?
As long as VAULT_ADDR is set on the host you're good. With these secret providers, you don't need to pass these as arguments to the CLI
Is the VAULT_TOKEN env var "accessible" from dagger (apart from the secret engine)?
No, but to clarify this and the follow up questions - the secret provider implementation is essentially a way to map secret URIs passed as cli flags--mysecret vault://todagger.Secret. So it's currently not something you'd use dynamically within your module code
cc @spark chasm