-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New Feature: Support Vault Kubernetes auth backend #647
Copy link
Copy link
Closed
Labels
area/vaultIndicates a PR directly modifies the Vault Issuer codeIndicates a PR directly modifies the Vault Issuer codehelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Metadata
Metadata
Assignees
Labels
area/vaultIndicates a PR directly modifies the Vault Issuer codeIndicates a PR directly modifies the Vault Issuer codehelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
/kind feature
New Feature Request:
Support Vault's Kubernetes auth backend. Currently all I can find is information on using AppRole for authentication to the Vault API.
I would like to use the Kubernetes auth backend that provides Vault authentication using the pod's service account token instead.
If this is something others are interested in I'm open to working on it and taking suggestions.