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

Add support for username based ACL for Redis #9

Open
Veera93 opened this issue Jul 31, 2023 · 0 comments
Open

Add support for username based ACL for Redis #9

Veera93 opened this issue Jul 31, 2023 · 0 comments

Comments

@Veera93
Copy link

Veera93 commented 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.

@Veera93 Veera93 changed the title Configure Redis username Add support for username based ACL for Redis Jul 31, 2023
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

No branches or pull requests

1 participant