This commit is contained in:
2022-10-25 10:10:25 -05:00
parent 5fb2efb160
commit ce6523d785

View File

@@ -4,6 +4,7 @@ oauth2-proxy:
existingSecret: oauth-credentials existingSecret: oauth-credentials
configFile: |- configFile: |-
email_domains = [ "*" ] email_domains = [ "*" ]
whitelist-domain = [ "*" ]
upstreams = [ "file:///dev/null" ] upstreams = [ "file:///dev/null" ]
pass_authorization_header = true pass_authorization_header = true
pass_access_token = true pass_access_token = true