From 3d6ccc7cf7e495a65fc6475eda89084fa1f676db Mon Sep 17 00:00:00 2001 From: "Giau. Tran Minh" Date: Sun, 28 Aug 2022 17:54:32 +0700 Subject: [PATCH] k8s: fixed invalid cookie_domain --- contrib/local-environment/kubernetes/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/local-environment/kubernetes/values.yaml b/contrib/local-environment/kubernetes/values.yaml index 7b69845f..9181266f 100644 --- a/contrib/local-environment/kubernetes/values.yaml +++ b/contrib/local-environment/kubernetes/values.yaml @@ -43,7 +43,7 @@ oauth2-proxy: config: configFile: |- cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w=" - cookie_domain=".localtest.me" + cookie_domains=".localtest.me" whitelist_domains=[".localtest.me"] # only users with this domain will be let in email_domains=["example.com"]