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

Backport 1.11.x: Add support for JWT signature algorithm ES384 (#160) #161

Closed tomhjp closed 1 year ago

tomhjp commented 1 year ago

The JWT signature algorithm wasn't supported, while RS384 was twice. Without this algorithm some Kubernetes clusters can't authenticate.