-
Notifications
You must be signed in to change notification settings - Fork 368
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
question: enabling redis auth #201
Comments
Merged
The redis-operator isn't hardcoded, IIRC: redis-operator/service/k8s/util.go Lines 9 to 28 in 277c53f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
What do you want to achieve?
Enable redis auth and connect from a client
Actual behaviour
Client returns:
ERR Client sent AUTH, but no password is set
Steps to reproduce the behaviour
Following the example from the readme section :
Enabling redis auth
The above example creates a secret called
redis-auth
with a key ofpassword
and the value set to the password.What I don't understand is the relationship between
secretPath
and it's value ofsecret
.Should this actually be
redis-auth
?If the operator is hardcoded to use the secret name
redis-auth
does that then mean I cannot have two instances of the operator running with different authentication?Any clarification would be good.
The text was updated successfully, but these errors were encountered: