From b833e0587f5a5f179ec27605c651c8f86b5bec5d Mon Sep 17 00:00:00 2001 From: Romain Winieski Date: Tue, 6 May 2025 18:28:25 +0200 Subject: [PATCH] Add httponly attribute --- pkg/k8sutil/haProxyHelper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/k8sutil/haProxyHelper.go b/pkg/k8sutil/haProxyHelper.go index 1e33a41..1212928 100644 --- a/pkg/k8sutil/haProxyHelper.go +++ b/pkg/k8sutil/haProxyHelper.go @@ -82,7 +82,7 @@ backend marklogic-{{ .PortNumber}}-backend mode http balance leastconn option forwardfor - cookie haproxy insert indirect nocache maxidle 30m maxlife 4h + cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h stick-table type string len 32 size 10k expire 4h stick store-response res.cook(HostId) stick store-response res.cook(SessionId)