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

Redis ACL permissons #268

Open
hoangphuocbk opened this issue Aug 10, 2022 · 1 comment
Open

Redis ACL permissons #268

hoangphuocbk opened this issue Aug 10, 2022 · 1 comment

Comments

@hoangphuocbk
Copy link

Summary

List all permissions which Redis monitor user need to have for monitoring.

Relevant information

I am sorry if this question is asked somewhere before.
I moved to Redis version 6.x and I created an user for monitor but I don't know which permission I need for that user.
Hope someone help me about it. Thank you so much.

@slorello89
Copy link
Contributor

Hi @hoangphuocbk - this will depend on a number of factors:

  1. What commands the dashboards are leveraging - e.g. if you are doing Redis time series operations, you'll need access to the relevant commands
  2. The keys they need access to - there might be a certain group of prefixes they need to access
  3. Your deployment type - Might need stuff like the CLUSTER and sentinel commands if you are using one of those deployments - it doesn't seem to leverage the INFO command at all

I would look at your Redis deployment to see what type of informational commands the client will need, and look at the dashboards you are building/have built for what commands/keys you need to authorize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants