-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error passing the token through VAULT_TOKEN environment variable #18
Comments
did you tried to set the token via secret for providerConfig ? |
Yes, with this works. But I want to use the environment mode. Is it possible? |
Try put in env data like this: |
Hi @zebesh could you add an example, please? Thanks! |
|
What happened?
I have set the VAULT_TOKEN variable in the vault-provider pod with the
ControllerConfig
and when it tries to create any resources, it fails with the next error:debug log:
The VAULT_TOKEN has the next value:
the
hvs
prefix is because it is a service tokenhttps://developer.hashicorp.com/vault/tutorials/tokens/tokens#token-prefix
I am using
xpkg.upbound.io/upbound/provider-vault:v0.3.0
packageThanks!
The text was updated successfully, but these errors were encountered: