ACL conflict: +@all -@admin still blocks CLUSTER NODES when using Redisson #3259
-
|
Hi all, I’m facing a confusing Redis ACL behavior when using Redisson with a restricted Redis user, and I’d appreciate any clarification or insights. BackgroundI configured a Redis ACL user with the following access string: According to Redis documentation, the ACL category of ProblemWhen starting my application using Redisson, I get this error: So based on my access string it should be permitted. But it raise an error. This creates a conflict with my understanding of ACL category behavior. Temporary WorkaroundAllowing cluster explicitly fixes the issue: Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I assume this is an issue in Redis, not in Valkey because for those rules Valkey allows |
Beta Was this translation helpful? Give feedback.
I assume this is an issue in Redis, not in Valkey because for those rules Valkey allows
CLUSTER NODES: