orkes-io / orkes-queues

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

Adding Redis ACL support with username #14

Closed Anupchat closed 10 months ago

Anupchat commented 11 months ago

This is follow up to https://github.com/Netflix/conductor/pull/3847 To have the same support added to Orkes queues.

It adds ACL user based auth support for Redis to conductor properties. https://redis.io/docs/management/security/acl/

Anupchat commented 11 months ago

@v1r3n can you review and merge. Thanks in advance!

Anupchat commented 11 months ago

Hi, is it possible to get this reviewed and merged? This feature is now in conductor based on the above PR link but orkes queues doesn't have it yet. This could be a deciding factor to use Orkes queues vs conductor queues.