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

Implement rudimentary Redis and Sentinel ACLs #502

Merged
merged 6 commits into from Feb 16, 2024

Conversation

TwizzyDizzy
Copy link
Contributor

Pull Request (PR) description

This pull request implements the possibility to pass ACLs to redis::instance and redis::sentinel

It does not implement ACL verification / syntax checking, for the overhead of that would IMO not justify the amount of work you would need to put into that.

This Pull Request (PR) fixes the following issues

Closes #446

Copy link
Sponsor Member

@rwaffen rwaffen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM to me. ubuntu 18 is failing, but this is eol and we should remove this in another pr

@rwaffen rwaffen merged commit cdcc2dc into voxpupuli:master Feb 16, 2024
22 checks passed
@rwaffen rwaffen deleted the feature/acls branch February 16, 2024 11:24
@rwaffen rwaffen added the enhancement New feature or request label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ACL support is missing
3 participants