From 011e2efc98b810db339c61d319a5c7ee3b1988bf Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Mon, 12 Sep 2022 12:32:20 +0200 Subject: [PATCH] #573 default gk http-only-cookie false --- .../helm/templates/auto-gatekeepers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-gatekeepers.yaml b/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-gatekeepers.yaml index 399d26f6..6523ad4e 100644 --- a/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-gatekeepers.yaml +++ b/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-gatekeepers.yaml @@ -20,6 +20,7 @@ data: enable-refresh-tokens: true server-write-timeout: 60s upstream-response-header-timeout: 60s + http-only-cookie: false tls-cert: tls-private-key: redirection-url: {{ ternary "https" "http" $tls }}://{{ .app.harness.subdomain }}.{{ .root.Values.domain }}