From 1c422ce69cb6d71bbd247ef05323fc1c6a1b20dd Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sun, 24 Dec 2023 13:58:12 -0600 Subject: [PATCH] allow version lookup without auth for health checks --- frigate/oauth2-proxy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/oauth2-proxy.yaml b/frigate/oauth2-proxy.yaml index bf9847c..a490136 100644 --- a/frigate/oauth2-proxy.yaml +++ b/frigate/oauth2-proxy.yaml @@ -128,6 +128,7 @@ spec: - --provider=oidc - --oidc-issuer-url=https://auth.werts.us/realms/werts - --trusted-ip=172.16.0.0/16 + - --skip-auth-route=/api/version - --cookie-csrf-per-request volumeMounts: - name: htpasswd-xfr