From 5725b78001c2c22e659f5c24fea4118562bee5ac Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 19 Feb 2024 01:05:57 +0100 Subject: [PATCH] fix(oauth2-proxy): Add standardised scope for oauth2-proxy --- shared/components/oauth2-proxy/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/components/oauth2-proxy/configmap.yaml b/shared/components/oauth2-proxy/configmap.yaml index 94e1ec95d..64a227e31 100644 --- a/shared/components/oauth2-proxy/configmap.yaml +++ b/shared/components/oauth2-proxy/configmap.yaml @@ -9,7 +9,7 @@ data: values.yaml: | extraArgs: silence-ping-logging: "true" - scope: openid email profile + scope: openid email profile oauth2-proxy oidc-groups-claim: memberof code-challenge-method: 'S256' replicaCount: 2 -- GitLab