From dbede55ad44e19ccd3df5e4e0e9650db8dbc766e Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 7 Dec 2025 10:42:13 -0300 Subject: [PATCH] oauth2-proxy: temporarily drop group restriction --- services/oauth2-proxy/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/services/oauth2-proxy/deployment.yaml b/services/oauth2-proxy/deployment.yaml index 1457c52..8754cb5 100644 --- a/services/oauth2-proxy/deployment.yaml +++ b/services/oauth2-proxy/deployment.yaml @@ -25,7 +25,6 @@ spec: - --redirect-url=https://auth.bstein.dev/oauth2/callback - --oidc-issuer-url=https://sso.bstein.dev/realms/atlas - --scope=openid profile email groups - - --allowed-group=admin - --email-domain=* - --set-xauthrequest=true - --pass-access-token=true