Skip to content
Discussion options

You must be logged in to vote

I assume this is an issue in Redis, not in Valkey because for those rules Valkey allows CLUSTER NODES:

127.0.0.1:6379> ACL SETUSER bob on nopass ~* &* +@all -@admin
OK
127.0.0.1:6379> ACL LIST
1) "user bob on nopass sanitize-payload ~* &* alldbs +@all -@admin"
2) "user default on nopass sanitize-payload ~* &* alldbs +@all"
127.0.0.1:6379> AUTH bob nopass
OK
127.0.0.1:6379> CLUSTER NODES
32055e5d5c02cf5e6829b332671aecc7a94f2a3e :6379@16379 myself,master - 0 0 0 connected 0-16383
127.0.0.1:6379>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mappei
Comment options

Answer selected by dvkashapov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants