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

Redis: add support for username and sentinel username fields #84

Open
ddubson opened this issue Oct 6, 2022 · 1 comment · May be fixed by #85
Open

Redis: add support for username and sentinel username fields #84

ddubson opened this issue Oct 6, 2022 · 1 comment · May be fixed by #85

Comments

@ddubson
Copy link

ddubson commented Oct 6, 2022

Current implementation of Redis bindings does not support the spring.redis.username and spring.redis.sentinel.username fields, however these fields, while optional, are critical for connecting to Redis services in many cases. For consistency, spring.redis.sentinel.password should also be bound.

Proposal

Add spring.redis.username to be bound to {username}
Add spring.redis.sentinel.username to be bound to {sentinel.username}
Add spring.redis.sentinel.password to be bound to {sentinel.password}

References

ddubson pushed a commit to ddubson/spring-cloud-bindings that referenced this issue Oct 6, 2022
ddubson pushed a commit to ddubson/spring-cloud-bindings that referenced this issue Oct 6, 2022
@Kehrlann
Copy link
Contributor

Related: #87

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 a pull request may close this issue.

2 participants