From 0f178183e717e791ca5a2c0e261aa98ae9ea7443 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 28 Jul 2025 09:59:04 +0000 Subject: [PATCH] Allow redirects Signed-off-by: Martyn Ranyard --- everything-app/oauth2proxy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/everything-app/oauth2proxy.yaml b/everything-app/oauth2proxy.yaml index 0adf15f..1d434d3 100644 --- a/everything-app/oauth2proxy.yaml +++ b/everything-app/oauth2proxy.yaml @@ -36,6 +36,7 @@ spec: - "--email-domain=*" - "--upstream=static://200" - "--http-address=0.0.0.0:4180" + - "--whitelist-domain=.martyn.berlin" repoURL: https://oauth2-proxy.github.io/manifests targetRevision: 7.12.18 syncPolicy: