You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Veera93
changed the title
Configure Redis username
Add support for username based ACL for Redis
Jul 31, 2023
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.
The text was updated successfully, but these errors were encountered: