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
208 stars 61 forks source link

VAULT-2003 Consolidate jwt/jose to use just jwt lib #148

Closed swenson closed 2 years ago

swenson commented 2 years ago

Overview

This mostly pays down technical debt and should hopefully make it easier to work with our JWT code moving forward.

This should cause minimal user-facing changes (notably there might be slight differences in the status code messages when signatures are invalid).

Related Issues/Pull Requests

Contributor Checklist

calvn commented 2 years ago

This should also close https://github.com/hashicorp/vault-plugin-auth-kubernetes/issues/96

swenson commented 2 years ago

Thanks everyone!