You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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 raw
logs for the step here with any sensitive information masked or removed.