Marc Sauter
Marc Sauter
@CCardosoDev How do you expect to map the nested credentials to k8s secrets? Vault: ```json { "client": { "client_id": "my_client_id", "client_secret": "my_client_secret" }, "sentry_dsn": "my-dsn" } ``` k8s plain (how...
https://github.com/postfinance/vault-kubernetes/tree/decode with an issue I hope to solve soon, but most cases work.
No, it is not implemented. Our use case was, to keep the deployment independent from Vault. That's why we synchronize the secrets and do not request them from Vault during...
Hi Andrei The project is intended to sync Kubernetes secrets with Vault. So you have a running Kubernetes cluster otherwise you wouldn't use this project. The auth method `kubernetes` is...
Hi Andrei I will check how to support other authentications than `kubernetes`. Again, our Vault is also running outside of Kubernetes, the only thing necessary is a connection from Vault...
Hello @Andrei-Stepanov Please try [v0.2.6](https://github.com/postfinance/vault-kubernetes/releases/tag/v0.2.6) Best regards