orkes-io / orkes-queues

High performance queuing recipe for Netflix Conductor
Other
17 stars 10 forks source link

Add support for username based ACL for Redis #9

Open Veera93 opened 1 year ago

Veera93 commented 1 year ago

Is your feature request related to a problem? Please describe. In the current version of Orkes, the Redis configuration only allows for password-based authentication. However, starting from Redis version 6.0.0, support for ACL (Access Control List) with both username and password was introduced. Can we consider adding username support to the configuration?

Describe the solution you'd like Jedis library already has the support for username and password-based configuration. We can wire the username in the properties and default it to null if the username is not configured.

I can create the PR, if I get the approval for this issue.