hashicorp / vault-plugin-auth-kubernetes

Vault authentication plugin for Kubernetes Service Accounts
https://www.vaultproject.io/docs/auth/kubernetes.html
Mozilla Public License 2.0
206 stars 62 forks source link

Remove obsolete tokenReviewer validation #188

Closed abinet closed 11 months ago

abinet commented 1 year ago

This change addresses https://github.com/hashicorp/vault-plugin-auth-kubernetes/issues/57

Removing the validation will allow to use non-JWT tokens for TokenReview call and cover the integration cases with Rancher, Webhook token authentication etc.

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.

ghost commented 1 year ago

Are there any updates? We would also need this feature.

tvoran commented 11 months ago

Continued in #207