-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Backport of auth/kubernetes: support for dynamically reloading short-lived tokens into release/1.9.x #13698
Backport of auth/kubernetes: support for dynamically reloading short-lived tokens into release/1.9.x #13698
Conversation
Just waiting on backporting to the kubernetes plugin's release branch, then I'll update this one. |
…#13595) * auth/kubernetes: support for short-lived tokens * Uplift new version of Kubernetes auth plugin that does not store the service account token persistently to Vault storage. * Update the documentation to recommend local token again when running Vault inside cluster. Signed-off-by: Tero Saarni <[email protected]> * Added changelog entry Signed-off-by: Tero Saarni <[email protected]> * clarification to changelog entry, executed go mod tidy * clarifications and added targeted release version
renamed changelog file to the backport pr number.
go get github.com/hashicorp/[email protected] go mod tidy
ceae8da
to
5cbc6de
Compare
…arni/issue12855/similarly-rare-dove
999be69
to
b68a204
Compare
Ok, I think this one is ready to go. |
Is there a way to use this currently via publicly-available images? I seem to see it should be available when 1.9.3 is released, but I got myself into a bit of a bind and could definitely use the fix sooner if there's an image available. I would also be very happy to test out a release candidate if one becomes available. |
Hi @sudermanjr, unfortunately I don't think we're publishing any pre-release images yet. And yes, this change will be included in the 1.9.3 release, which should come out soon. |
Backport
This PR is auto-generated from #13595 to be assessed for backporting due to the inclusion of the label backport/1.9.x.
WARNING automatic cherry-pick of commits failed. Commits will require human attention.
The below text is copied from the body of the original PR.
This change is continuation to hashicorp/vault-plugin-auth-kubernetes#122 where support was added for dynamically reloading Kubernetes short-lived tokens for better Kubernetes 1.21+ compatibility. This change takes the feature into use in Vault.
Fixes #12855
Signed-off-by: Tero Saarni [email protected]