You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Redis Sentinel nodes lose ACL configurations after restart, causing user authentication failures. This occurs because Sentinel nodes are not properly configured for persistence, resulting in the loss of all ACL changes upon restart.
To Reproduce
Connect to Sentinel Nodo with redis-cli
Create new users or modify existing user permissions via ACL commands
Do ACL SAVE and will get an error
Expected behavior
Sentinel nodes should persist ACL configurations
ACL settings should be maintained after restart
User authentication should continue to work normally after Sentinel restart
Technical Details
Redis Addon Version: v0.9.3
Deployment Environment: Kubernetes
Affected Component: Redis Sentinel
The text was updated successfully, but these errors were encountered:
Describe the bug
Redis Sentinel nodes lose ACL configurations after restart, causing user authentication failures. This occurs because Sentinel nodes are not properly configured for persistence, resulting in the loss of all ACL changes upon restart.
To Reproduce
ACL SAVE
and will get an errorExpected behavior
Technical Details
The text was updated successfully, but these errors were encountered: