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

Adding ability to secure Sentinel #399

Merged
merged 5 commits into from
Jun 17, 2021
Merged

Adding ability to secure Sentinel #399

merged 5 commits into from
Jun 17, 2021

Conversation

markasammut
Copy link
Contributor

@markasammut markasammut commented Apr 27, 2021

Pull Request (PR) description

Sentinel instances themselves can be secured by requiring clients to authenticate via the AUTH command. Starting with Redis 6.2, the Access Control List (ACL) is available, whereas previous versions (starting with Redis 5.0.1) support password-only authentication. This PR introduces the password-only authentication available from Redis 5.0.1 onwards.

https://redis.io/topics/sentinel#sentinel-password-only-authentication

This Pull Request (PR) fixes the following issues

Fixes #305

@markasammut
Copy link
Contributor Author

Failed test does not look to be related to the Code.

manifests/sentinel.pp Outdated Show resolved Hide resolved
@bastelfreak
Copy link
Member

thanks for the PR! can you pleae add a unit test for this?

@bastelfreak bastelfreak added enhancement New feature or request needs-tests labels Apr 27, 2021
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
@markasammut
Copy link
Contributor Author

@bastelfreak Note that CI check for Puppet 5 - Ubuntu 20.04 is failing in all PRs because there are no Puppet 5 packages in apt.puppetlabs.com for Ubuntu 20.4 (Puppet 5 is not supported for Ubuntu 20.4, see https://puppet.com/docs/puppet/5.5/system_requirements.html#platforms-with-packages). Could this check be eliminated?

@markasammut
Copy link
Contributor Author

Any hope this could be merged @bastelfreak ?

@bastelfreak bastelfreak merged commit d33892c into voxpupuli:master Jun 17, 2021
cegeka-jenkins pushed a commit to cegeka/puppet-redis that referenced this pull request Feb 15, 2022
Adding ability to secure Sentinel
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.

Missing ability to secure sentinel?
2 participants