-
Notifications
You must be signed in to change notification settings - Fork 184
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
ACL support is missing #446
Comments
Hello @tgupta-adc, can you provide a PR adding this functionality? |
Do we have any indication of what the project wants this to look like? Simply adding a few parameters (array of strings for the ACLs) and their respective parts in the template would be rather straight forward. If one would want to verify the ACL's validities, that's a whole different story of course. If you would be interested, I'd like to implement the following:
If you have any questions, please let me know. Cheers |
sounds good to me. I am no longer using this module, it is not a requirement from my side now. |
hi, same for me, adding ACL for Redis and Sentinel would be good. I would may start with simple adding new params like:
I would manage aclfile by hand (template / file). |
Actually, right now, you can just manage an additional config file via the Cheers |
One addition to that, unfortunately: redis/redis#8572 (comment) This breaks my idea, as the config rewrite would then write the ACLs from the include-file to the main config (via Cheers |
Hello @TwizzyDizzy ! I see that you added support for ACLs to be defined - I was wondering if there are plans to support other ACL related configuration options, such as |
Hi @RohanNagar, nope, it is neither planned to do that nor did the merge above implement it. Whether this is wanted for the module, I cannot say, yet I guess nobody would mind you taking a stab at it via PR. Obviously, those features would be mutually exclusive, as the doc states:
I'm not sure though how this relates to the information I linked to above. I would assume if Cheers |
Redis 6.2 provides way to add other users using aclfile. Will it be possible to provide support for that?
The text was updated successfully, but these errors were encountered: