Closed zethis closed 1 year ago
Feel free to open a PR.
+1 oauth2-proxy helm chart seems not accept multiple cookie-domain and multiple whitelist-domain
+1 oauth2-proxy helm chart seems not accept multiple cookie-domain and multiple whitelist-domain
You need to use config.configFile to do that.
Here an example:
config:
configFile: |-
email_domains = [ "*" ]
upstreams = [ "file:///dev/null" ]
cookie_secure = "false"
cookie_domains = [ ".domain.com", ".otherdomain.io" ]
whitelist_domains = [ ".domain.com", ".otherdomain.io"]
provider = "google"
@zethis would you like to do a PR to integrate documentation?
@zethis any update on this?
Closed with #114
extraArgs seems to be mandatory to be used with google provider.
It would be cool to have all the extraArgs details in the documentation:
Here is my configuration to have it working with k8s:
Plus: I'm not able to have multi whitelist-domain entry with helm. I'm not able to have multi hosts in ingress.