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
Hey @tkowalewski ! Did you have any luck fixing the issue so the github action retrieves your secrets as expected?
It's a bit hard to troubleshoot without more information but some pointers:
the Vault url is configured as http://localhost:8200, how did you make your setup so actions run in GitHub would have access to a Vault instance running on your own machine?
I see the secrets you are trying to fetch is located at secret/data/0.1.0, can you verify if querying this secret directly on your Vault instance works and paste here the response you get (without the actual sensitive values :P)? vault read secret/data/0.1.0
The value after the | is used to define an environment variable where to save the retrieved secret if you do not want to use the default naming strategy of using the secret keys, but it looks like you are trying to use it to define default values? Could you try without overriding the resulting secret names to see if it helps: secret/data/0.1.0 FAKE_INFLUENCE_VARIABLE etc.
All in all it seems like a configuration error more than a bug so I'll close the issue for now if that's ok. But if you still need help getting the vault-action to work and can try the suggestions above please re-open this issue and ping me!
Describe the bug
Get Vault Secrets
responds with 404To Reproduce
Expected behavior
Vault should only store secrets?
Log Output
The text was updated successfully, but these errors were encountered: