From 03acc850164244e48d0c429516daf3b5ddc55182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 31 Mar 2025 01:47:27 +0200 Subject: [PATCH] disable redis for oauth2 proxy --- deploy/longhorn/oauth2-proxy-longhorn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/longhorn/oauth2-proxy-longhorn.yaml b/deploy/longhorn/oauth2-proxy-longhorn.yaml index 20c0f90..7f0d1bb 100644 --- a/deploy/longhorn/oauth2-proxy-longhorn.yaml +++ b/deploy/longhorn/oauth2-proxy-longhorn.yaml @@ -24,8 +24,8 @@ spec: - --oidc-issuer-url=https://sso.panic.haus/realms/panic-haus - --cookie-domain=longhorn.prod.panic.haus - --email-domain=* - - --session-store-type=redis - - --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379 +# - --session-store-type=redis +# - --redis-connection-url=redis://redis-lb.redis.svc.cluster.local:6379 - --http-address=0.0.0.0:4180 - --redirect-url=https://longhorn.prod.panic.haus/oauth2/callback - --upstream=http://longhorn-frontend.longhorn-system.svc.cluster.local:80