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

Add support for JWT signature algorithm ES384 (support removed since 1.13.0) #160

Closed jeroenvdheuvel closed 1 year ago

jeroenvdheuvel commented 1 year ago

Overview

Add support for the previously supported JWT signing algorithm ES384. Support for this algorithm is likely removed accidentally in the change switch from golang-jwt to cap+jose. image

Kubernetes supports this algorithm, without it some Kubernetes clusters can't authenticate to Vault.

Related Issues/Pull Requests

Issue #159

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.