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

Use golang-jwt/jwt/v4 to be inline with vault. #140

Closed benashz closed 2 years ago

benashz commented 2 years ago

Overview

This PR updates the tests to use github.com/golang-jwt/jwt/v4 instead of the incompatible v3 module. This is inline with some recent changes to vault and its indirect dependencies introduced in https://github.com/hashicorp/vault/pull/14138