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
205 stars 62 forks source link

Allow any token type for TokenReviewer validation #207

Closed tvoran closed 10 months ago

tvoran commented 10 months ago

Overview

Continues #188, removing the requirement that token_reviewer_jwt be a JWT token, to support platforms like Rancher which use a different token type for K8s API auth.

Related Issues/Pull Requests

Contributor Checklist

tvoran commented 10 months ago

Thanks!