Backport of Docs to clarify k8s auth options with short-lived tokens into release/1.9.x#13720
Merged
tvoran merged 3 commits intorelease/1.9.xfrom Jan 21, 2022
Conversation
30d973d to
9f2f924
Compare
* Rework 1.21 content into one heading and add note at top * Add notes about extended k8s token duration * Add example of ClusterRoleBinding for using client JWTs
6153459 to
4b54370
Compare
…tokens/informally-cosmic-reptile
…-auth-docs-short-lived-tokens/informally-cosmic-reptile
tvoran
approved these changes
Jan 21, 2022
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 #13275 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.
Since short-lived tokens became the default in 1.21, we've seen a lot of people asking questions around how to use them with k8s auth. This attempts to lay out the options we have today. Hopefully we'll have another option soon that looks something like hashicorp/vault-plugin-auth-kubernetes#122. I would also like to add an example of how to use Vault injector with JWT auth, but will save that for another PR.