issues
search
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
Fix build, perform minor maintenance
#76
Closed
tyrannosaurus-becks
closed
4 years ago
tyrannosaurus-becks
commented
4 years ago
This PR does the following things:
Fixes the build by bumping the Vault SDK dependency
Bumps the Vault API dependency for maintenance
Strips field type declarations that are no longer syntactically preferred for Go
Converts unnecessary callbacks to regular old functions without changing any code contained within
This PR does the following things: