Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow injecting a password for Redis Clusters #15

Open
chris-cmsoft opened this issue May 27, 2022 · 1 comment
Open

Allow injecting a password for Redis Clusters #15

chris-cmsoft opened this issue May 27, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@chris-cmsoft
Copy link
Contributor

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.

@chris-cmsoft chris-cmsoft added the enhancement New feature or request label May 27, 2022
@chris-cmsoft chris-cmsoft added this to the v0.0.5 milestone May 30, 2022
@ntuwang
Copy link

ntuwang commented Dec 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants