-
Notifications
You must be signed in to change notification settings - Fork 183
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
Support for Redis v6+ ACL auth #527
Comments
mrsteffenjo
changed the title
Not able to specify masteruser parameter
Support for Redis v6+ ACL auth
May 15, 2024
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 15, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 16, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 16, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 16, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
mrsteffenjo
pushed a commit
to mrsteffenjo/puppet-redis
that referenced
this issue
May 16, 2024
Enable setting the masteruser parameter which was introduced in Redis 6+ to be able to connect using the new ACL rules.
What are the next steps and what is the expected timeline for?
|
I am not a Redis expert, but I had a quick look. You can sometimes get a quick review by posting on Slack. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Can't find parameter with name masteruser when searching the repo.
What are you seeing
Zero matches
What behaviour did you expect instead
As of Redis 6 when ACL was introduced and sentinel got support for the following parameters:
Redis:
masterauth
masteruser
Sentinel
sentinel auth-user
sentinel auth-pass
So I expect to be able to specify this for sentinel and redis replicas and so on.
The text was updated successfully, but these errors were encountered: