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

DATAREDIS-1060 - Redis password should not automatically be applied to Sentinel. #495

Closed
wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

Instead we now offer a dedicated property for authenticating with Sentinel.

However providing authentication for Sentinel only works using Lettuce until redis/jedis#1943 is resolved.

christophstrobl and others added 3 commits November 11, 2019 10:10
Remove data node password reuse for sentinel as we favor explicit configuration over implicit.
Use RedisURI builder and not sentinel URI builder to configure the SentinelURI correctly.
Associate masterId with outermost RedisURI.
mp911de pushed a commit that referenced this pull request Nov 12, 2019
…o Sentinel.

We now expose two separate properties in RedisSentinelConfiguration to configure the data password individually from the sentinel password.

Original pull request: #495.
mp911de added a commit that referenced this pull request Nov 12, 2019
Remove data node password reuse for sentinel as we favor explicit configuration over implicit.
Use RedisURI builder and not sentinel URI builder to configure the SentinelURI correctly.
Associate masterId with outermost RedisURI.

Original pull request: #495.
mp911de pushed a commit that referenced this pull request Nov 12, 2019
…o Sentinel.

We now expose two separate properties in RedisSentinelConfiguration to configure the data password individually from the sentinel password.

Original pull request: #495.
mp911de added a commit that referenced this pull request Nov 12, 2019
Remove data node password reuse for sentinel as we favor explicit configuration over implicit.
Use RedisURI builder and not sentinel URI builder to configure the SentinelURI correctly.
Associate masterId with outermost RedisURI.

Original pull request: #495.
@mp911de
Copy link
Member

mp911de commented Nov 12, 2019

That's merged, polished, and backported now.

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

2 participants