spring-cloud-bindings icon indicating copy to clipboard operation
spring-cloud-bindings copied to clipboard

Redis: add support for username and sentinel username fields

Open ddubson opened this issue 2 years ago • 1 comments

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 avatar Oct 06 '22 18:10 ddubson

Related: #87

Kehrlann avatar Jan 26 '23 08:01 Kehrlann