Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Redis Sentinel Nodes Need ACL Persistence #8617

Open
1aal opened this issue Dec 10, 2024 · 0 comments
Open

[BUG] Redis Sentinel Nodes Need ACL Persistence #8617

1aal opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@1aal
Copy link
Contributor

1aal commented Dec 10, 2024

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

  1. Connect to Sentinel Nodo with redis-cli
  2. Create new users or modify existing user permissions via ACL commands
  3. 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

image

@1aal 1aal added the kind/bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants