mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
security: fix wildcard domains allowed by default in oauth-proxy
See https://github.com/pusher/oauth2_proxy/issues/73
This commit is contained in:
parent
95e7312153
commit
73edceae60
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
oauth2-proxy:
|
oauth2-proxy:
|
||||||
config:
|
config:
|
||||||
existingSecret: oauth2-proxy
|
existingSecret: oauth2-proxy
|
||||||
|
configFile: |-
|
||||||
|
email_domains = []
|
||||||
|
upstreams = [ "file:///dev/null" ]
|
||||||
extraArgs:
|
extraArgs:
|
||||||
provider: github
|
provider: github
|
||||||
cookie-domain: .gorilych.ru
|
cookie-domain: .gorilych.ru
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue