From 779b2f8255b74d15ba3906b468717615a46362b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 31 Mar 2025 01:34:18 +0200 Subject: [PATCH] remove regex --- deploy/longhorn/oauth2-proxy-longhorn.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/longhorn/oauth2-proxy-longhorn.yaml b/deploy/longhorn/oauth2-proxy-longhorn.yaml index 4e64d42..20c0f90 100644 --- a/deploy/longhorn/oauth2-proxy-longhorn.yaml +++ b/deploy/longhorn/oauth2-proxy-longhorn.yaml @@ -33,7 +33,6 @@ spec: - --login-url=https://sso.panic.haus/realms/panic-haus/protocol/openid-connect/auth - --validate-url=https://sso.panic.haus/realms/panic-haus/protocol/openid-connect/userinfo - --redeem-url=https://sso.panic.haus/realms/panic-haus/protocol/openid-connect/token - - --skip-auth-regex=^(?:https?:\/\/)?longhorn\.prod\.panic\.haus\/(favicon\.ico|.*\.(?:js|css)(\.map)?)$|^\/(favicon\.ico|.*\.(?:js|css)(\.map)?)$ ports: - containerPort: 4180 name: http