ContainerSolutions / redis-cluster-operator

A Kubernetes Operator for running Production Redis Clusters
Apache License 2.0
7 stars 3 forks source link

Allow injecting a password for Redis Clusters #15

Open chris-cmsoft opened 2 years ago

chris-cmsoft commented 2 years ago

Most redis clusters will be using a password, and we need to make sure the operator has the capability to use password.

There are a few spots now where we will need the password.

We also need to provide this capability by providing a secret with interfaced keys.

This allows people using the Operator to inject secrets to Redis cluster however they prefer, whether this is via the External Secrets Operator or normal Kubernetes secret. Their applications can then use that same secret to connect to the Redis Cluster.

ntuwang commented 7 months ago

@chris-cmsoft hi , any update about this ? this is important for me