-
Notifications
You must be signed in to change notification settings - Fork 81
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
BUILD-5219 use Hashicorp Vault to retrieve secrets #583
BUILD-5219 use Hashicorp Vault to retrieve secrets #583
Conversation
That way it retrieves an up-to-date secret
That way it retrieves an up-to-date secret
4df6a23
to
a0de38a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, could you please also update the credentials check workflow in .github/workflows/credcheck.yml
? This way we can manually check that it gets the correct value from Vault.
That way it also use Hashicorp Vault secrets
|
Hi @jblievremont I implemented it in this new commit bdeb830 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! And I see that you've already run the credentials check workflow, thanks!
LGTM 🚢
BUILD-5219 use Hashicorp Vault to retrieve secrets
Changes
Retrieve secrets from Hashicorp Vault instead of the one stored in GitHub repository
That way the new values are used/updated in Vault.
It should resolve issues of release
How was it tested?