mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39: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:
|
||||
config:
|
||||
existingSecret: oauth2-proxy
|
||||
configFile: |-
|
||||
email_domains = []
|
||||
upstreams = [ "file:///dev/null" ]
|
||||
extraArgs:
|
||||
provider: github
|
||||
cookie-domain: .gorilych.ru
|
||||
|
|
|
|||
Loading…
Reference in a new issue