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

Sent bind address rebase #120

Merged
merged 2 commits into from Oct 14, 2016
Merged

Conversation

petems
Copy link
Member

@petems petems commented Oct 14, 2016

Rebase of #102, #109

Closes #102, #109

sjpbeale and others added 2 commits October 14, 2016 20:26
Redis 3.2 introduced 'protected-mode' to enhance security. The feature introduces an error in the sentinels when trying to connect from non loopback interface :

```
DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clients....
```

Fix adds 'bind' to the sentinel template in order to allow the sentinels to communicate.

class { 'redis::sentinel':
  sentinel_bind => '0.0.0.0',
}
```
@petems petems merged commit 8273115 into voxpupuli:master Oct 14, 2016
cegeka-jenkins pushed a commit to cegeka/puppet-redis that referenced this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants