voxpupuli / puppet-redis

Puppet Module to manage Redis
https://forge.puppet.com/puppet/redis
Apache License 2.0
40 stars 183 forks source link

Implement rudimentary Redis and Sentinel ACLs #502

Closed TwizzyDizzy closed 7 months ago

TwizzyDizzy commented 7 months ago

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