Error: failed to retrieve vault token. code: ERR_NON_2XX_3XX_RESPONSE, message: Response code 400 (Bad Request), vaultResponse: {"errors":["could not load configuration"]}[BUG] #560
Labels
bug
Something isn't working
Vault server version
v1.16.2
vault-action version
v3
Describe the bug
JWT token is not working on our new vault setup and we are getting the below error
Error: failed to retrieve vault token. code: ERR_NON_2XX_3XX_RESPONSE, message: Response code 400 (Bad Request), vaultResponse: {"errors":["could not load configuration"]}[BUG]
Please find the snip of the workflow
env:
VAULT_ADDR: "https://secrets.********.net"
VAULT_NAMESPACE: "admin/*************"
VAULT_ROLE: " kpt-platform-testqa-wus3-rg_rw_role"
To Reproduce
The yaml of the
vault-action
step, with any sensitive information masked or removed.Expected behavior
A clear and concise description of what you expected to happen.
Log Output
For the most verbose logs, add a secret called
ACTIONS_STEP_DEBUG
with the value
true
. Then, re-run the workflow if possible and post the rawlogs for the step here with any sensitive information masked or removed.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: