Skip to content

Commit 57fe9c9

Browse files
committed
fix(redis): Regression for masterauth field causing NOAUTH Authentication required error
Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent ff71933 commit 57fe9c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/redis/redis.conf.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ repl-diskless-sync yes
2121
save ""
2222
protected-mode no
2323
aclfile /app/config/redis-auth/users.acl
24-
masterauth __REPLACE_DEFAULT_AUTH__
24+
masterauth __REPLACE_DEFAULT_AUTH__

0 commit comments

Comments
 (0)