From e213e86717df6ebbbf5e9478b860ae043cc4c323 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Tue, 7 Feb 2023 18:20:07 +0700 Subject: [PATCH] cilium hubble ui fix --- apps/oauth2-proxy/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/oauth2-proxy/values.yaml b/apps/oauth2-proxy/values.yaml index bc91ee7..5a5e83c 100644 --- a/apps/oauth2-proxy/values.yaml +++ b/apps/oauth2-proxy/values.yaml @@ -21,6 +21,8 @@ oauth2-proxy: set_authorization_header = "true" pass_authorization_header = "true" set_xauthrequest = true + # https://github.com/oauth2-proxy/oauth2-proxy/issues/1724#issuecomment-1199075723 + scope = "user:email" ingress: enabled: true