From f9015ad561512c5eba9e321110d27bfb28bc2091 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 21 Feb 2026 15:11:29 +0100 Subject: [PATCH] add redis authentication --- apps/immich/redis.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/immich/redis.yaml b/apps/immich/redis.yaml index 46ed174..bbf0aab 100644 --- a/apps/immich/redis.yaml +++ b/apps/immich/redis.yaml @@ -55,3 +55,11 @@ spec: dataStorage: enabled: true persistentVolumeClaimName: immich-valkey + + auth: + enabled: true + usersExistingSecret: redis + aclUsers: + default: + passwordKey: redis-password + permissions: "~* &* +@all"