Problems with authentication. #3110
Closed
marcusio888
started this conversation in
General
Replies: 2 comments 2 replies
-
Seems to be working 🤷🏼 . Running locally:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I was already able to solve the problem with the secret, I was using lens and it appears that it saves a space character which cannot be seen in the variable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Dragonfly installed in a cluster via helmchart, I activated the password part in the values.yaml but I cannot authenticate.
dfly@dragonfly-0:/data$ env | grep -i pass
DFLY_requirepass=XhDx24Ab0LV1qW7FhQqYygdTBKyXwb
dfly@dragonfly-0:/data$ redis-cli
127.0.0.1:6379> keys *
(error) NOAUTH Authentication required.
127.0.0.1:6379> auth default XhDx24Ab0LV1qW7FhQqYygdTBKyXwb
(error) WRONGPASS invalid username-password pair or user is disabled.
How is this issue resolved?
Beta Was this translation helpful? Give feedback.
All reactions