-
-
Notifications
You must be signed in to change notification settings - Fork 108
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Feaure request] Redis authentication #375
Comments
would love support for passwords too as I already have a redis instance running (I'm on unraid) that I would love to use instead of spinning up another one |
actually it works, you just need to make sure that any special characters in your password are URL escaped (see here https://docs.microfocus.com/OMi/10.62/Content/OMi/ExtGuide/ExtApps/URL_encoding.htm) then redis://:[pass]@ip:port works just fine |
@swaggerino, can you please please please share a working snippet? |
I'm on unraid so YMMW. So the string you tried should work unless A) whatever platform you're using handles things differently or B) your password has special characters |
Not good enough, I'm on k8s and nested variables not working, so that approach would make me insert secret in the config, which is antipattern. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Redis auth
It's a way needed to provide username/password or just password with enviroment variables like:
REDIS_USER
REDIS_PASSWORD
I'd tried
but this way I cannot render this from the secret storage easily and uniformally around the cluster.
The text was updated successfully, but these errors were encountered: