Backport of auth/kubernetes: support for dynamically reloading short-lived tokens into release/1.9.x#13698
Merged
tvoran merged 5 commits intorelease/1.9.xfrom Jan 22, 2022
Conversation
Member
|
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 <tero.saarni@est.tech> * Added changelog entry Signed-off-by: Tero Saarni <tero.saarni@est.tech> * 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/vault-plugin-auth-kubernetes@v0.11.4 go mod tidy
ceae8da to
5cbc6de
Compare
…arni/issue12855/similarly-rare-dove
999be69 to
b68a204
Compare
Member
|
Ok, I think this one is ready to go. |
tomhjp
approved these changes
Jan 21, 2022
|
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. |
Member
|
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. |
pull bot
pushed a commit
to benjivesterby/vault
that referenced
this pull request
Apr 8, 2026
* removes unnecessary version overrides for deps * reverts unpinning @embroider/macros * bumps @embroider/macros to latest and removes pin Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 tero.saarni@est.tech