[Inquiry] ACL issue not returning proper error message #3026
Labels
java
issues and fixes related to the java client
Unatriaged user issue
Issue open by user and wasn't triaged yet
User issue
Issue openned by users
Users Pain
An issue known to cause users pain, generaly open by the user.
Inquiry
Setup
I was on AWS' MemoryDB 7.1.1 cluster. I'm using Valkey-glide to create a redis connection. Here's a snippet:
Prior to this, I was using Glide's Standalone client
GlideClient
. This issue popped up when I updated my codebase to useGlideClusterClient
.Issue
When I tried creating this client, I could see an error of:
The above was in my cloudwatch logs. This error stems from here. I eventually discovered that my ACL lacked permissions to run
cluster slots
command. Adding this to my ACL fixed the issue.The main problem with this is that the error didn't come accompanied with
NOPERM:
that would point me to my ACL string. I've had other issues like missingping
capabilities in my ACL but I did getNOPERM:
errors at that time.Language
Java
Language Version
17
Engine Version
MemoryDB 7.1.1
Operating System
AL2
Additional Technical Information
No response
The text was updated successfully, but these errors were encountered: