-
Notifications
You must be signed in to change notification settings - Fork 547
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
[k8s auth backend confiugration] Introduce disable_iss_validation and disable_local_ca_jwt params #870
[k8s auth backend confiugration] Introduce disable_iss_validation and disable_local_ca_jwt params #870
Conversation
cc @catsby I can also cover hashicorp/vault-plugin-auth-kubernetes#97 in this pr. |
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 great! I noticed some failing tests but it was due to having an outdated version of Vault locally, so we need to document the required versions, then we can merge
@catsby I've addressed comments. |
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.
LGTM thank you!
… disable_local_ca_jwt params (hashicorp#870) * [k8s auth backend confiugration] Introduce disable_iss_validation param * Add support for disable_local_ca_jwt param * Update go.mod * Update kubernetes_auth_backend_config.md
Community Note
This PR adds new
disable_iss_validation
anddisable_local_ca_jwt
options in Vault k8s auth backend introduced in: hashicorp/vault-plugin-auth-kubernetes#91hashicorp/vault-plugin-auth-kubernetes#97
Release note for CHANGELOG:
Output from acceptance testing: