ContainerSolutions / ContainerSolutions/redis-cluster-operator

Allow injecting a password for Redis Clusters

Open
#15 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
7
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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.

* Readiness & Liveness Probes
* Redis node communication (we need to inject into the redis.conf)
* Redis clients need to use 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.