vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

Support for kubernetes as a vault auth backend #139

Open vinayak03 opened 3 years ago

vinayak03 commented 3 years ago

Describe the feature

Kubernetes auth backend for vault

Use cases

In some use cases application uses the kuberenetes service account token authenticating in vault.

Vault documentation : https://www.vaultproject.io/docs/auth/kubernetes

Contribution

Willing to contribute on this feature