You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-21 00:29:44 +02:00
k8s: fixed invalid cookie_domain
This commit is contained in:
@ -43,7 +43,7 @@ oauth2-proxy:
|
|||||||
config:
|
config:
|
||||||
configFile: |-
|
configFile: |-
|
||||||
cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w="
|
cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w="
|
||||||
cookie_domain=".localtest.me"
|
cookie_domains=".localtest.me"
|
||||||
whitelist_domains=[".localtest.me"]
|
whitelist_domains=[".localtest.me"]
|
||||||
# only users with this domain will be let in
|
# only users with this domain will be let in
|
||||||
email_domains=["example.com"]
|
email_domains=["example.com"]
|
||||||
|
Reference in New Issue
Block a user