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

backport #114 release/vault-1.8.x #117

Closed benashz closed 3 years ago

benashz commented 3 years ago

This PR is backports #114 . The AliasNameSource feature has been removed since it is only a vault-1.9 targeted feature.

calvn commented 3 years ago

I'm a bit confused by the size of the diff on this PR compared to #114. Does a git cherry-pick 838df50ef70b58f35fc811b898645bf6d7c65a28 against the release branch work, or did it result in these many changes?

benashz commented 3 years ago

I'm a bit confused by the size of the diff on this PR compared to #114. Does a git cherry-pick 838df50ef70b58f35fc811b898645bf6d7c65a28 against the release branch work, or did it result in these many changes?

Yeah it grew a bit unfortunately. Basically 838df50ef70b58f35fc811b898645bf6d7c65a28 depended on changes from 79c7586 21abc8d.