-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
💡 Summary
What is the work, as a high-level summary?
Switch to the recommended authentication method introduced in Redis 6: Access Control Lists.
Motivation and context
Why does this work belong in this project?
This would be useful because the project currently uses the legacy authentication method of providing a database password in redis.conf
.
Implementation notes
Please provide details for implementation, such as:
- this would be used to decouple authentication from the Redis configuration
- an access control list will be defined as a new secret
- related to Define a Configs top-level element #80
Acceptance criteria
How do we know when this work is done?
- Access to the Redis service is managed via an Access Control List.
Metadata
Metadata
Assignees
Labels
No labels