From ce6523d78546bb8dcdadafba45c2f2ccc1a2e2fd Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 25 Oct 2022 10:10:25 -0500 Subject: [PATCH] test --- oauth2-proxy/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/oauth2-proxy/values.yaml b/oauth2-proxy/values.yaml index 348d1b1..0a20246 100644 --- a/oauth2-proxy/values.yaml +++ b/oauth2-proxy/values.yaml @@ -4,6 +4,7 @@ oauth2-proxy: existingSecret: oauth-credentials configFile: |- email_domains = [ "*" ] + whitelist-domain = [ "*" ] upstreams = [ "file:///dev/null" ] pass_authorization_header = true pass_access_token = true