feat(vault): add support for Kubernetes auth method#2418
feat(vault): add support for Kubernetes auth method#2418eufebius wants to merge 1 commit intohairyhenderson:mainfrom
Conversation
|
Hi, is there any progress? Thanks |
|
This pull request is stale because it has been open for 60 days with If it's still relevant, one of the following will remove the stale
|
|
I too would be interested in this feature (I'd need it to generate files from Vault secrets in a K8S init container), any chance of reviewing/merging it @hairyhenderson ? Thanks. |
|
This pull request is stale because it has been open for 60 days with If it's still relevant, one of the following will remove the stale
|
|
Apologies for the slow response, reviewing now. |
|
I've tried to rebase this but the fork repo is rejecting it (because this was issued on @eufebius I'll need to ask you to rebase this first so we can get it merged. |
Implements authentication to Vault using the Kubernetes auth back-end.
The method is enabled via environment variables:
Falls back gracefully if VAULT_AUTH_K8S_ROLE is not defined.
api/minor