Skip to content

Add support for username based ACL for Redis #9

@Veera93

Description

@Veera93

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions