-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Enable password-protected Redis #3130
Comments
Hello @samuelmak , This is available but not documented. The password should be specified in |
Is there any way to set this password using a secret instead of an environment variable? Passwords as env-vars violates our infosec compliance guidelines. |
We really need a way to mount the password as a secrets file so we're not just skywriting in env vars all over the place |
@alexmt Are there directions on how to pass the REDIS_PASSWORD environment correctly so that the Redis instance is password protected? Our team hasn't been able to get this working successfully but cannot find any info in the docs to see where we may be going wrong. |
Hi @LesleyDebes , I think it is because the haproxy is not setup to pass an AUTH token.
we should have a
|
Would also need some instructions for non HA version. The docs just reference this issue but what's the solution to store it as a secret? |
Closed by f1a449e |
Summary
Enable password-protected Redis
Motivation
We would like to enable password auth of Redis so that the information is protected.
Proposal
Can we inject the password from kubernetes secret into Redis and Argo CD server so that they can communicate with a password protected channel?
The text was updated successfully, but these errors were encountered: