Relative Content

Tag Archive for kubernetesbitnamihashicorp-vaultredis-clustersecrets

Retrieve Secrets for Redis-Cluster Deployment using KeyVaults (Hashicorp, Azure key vault)

I have deployed redis-cluster deployment by bitnami in kubernetes cluster provided by vultr where I have also added hashicorp. In bitnami/redis-cluster deployment there’s always a password that i getting generated if i give a password through values.yaml or if i didn’t at all. what i want to d now is use Hashicorp as a secret vault and get the password from the hashicorp vault. Can someone help me?