mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/redis] Add ACL Authentication for Sentinel Nodes (#31974)
* [Redis] Add ACL authentication for sentinel nodes Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> [Redis] Fix typo Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> [Redis] Bump version, update values.yaml Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> [Redis] Bump chart version again Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> [bitnami/redis] Bump chart version to 2.9.0 Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Steffen Börner <steffen.boerner@exxeta.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -145,7 +145,7 @@ auth:
|
||||
## @param auth.enabled Enable password authentication
|
||||
##
|
||||
enabled: true
|
||||
## @param auth.sentinel Enable password authentication on sentinels too
|
||||
## @param auth.sentinel Enable authentication on sentinels too
|
||||
##
|
||||
sentinel: true
|
||||
## @param auth.password Redis® password
|
||||
@@ -173,6 +173,9 @@ auth:
|
||||
## @param auth.acl.enabled Enables the support of the Redis ACL system
|
||||
##
|
||||
enabled: false
|
||||
## @param auth.acl.sentinel Enables the support of the Redis ACL system for Sentinel Nodes
|
||||
##
|
||||
sentinel: false
|
||||
## @param auth.acl.users A list of the configured users in the Redis ACL system
|
||||
##
|
||||
## Example:
|
||||
|
||||
Reference in New Issue
Block a user