From 6b29ad9c5c6db93b97590807dda02ed4b780811c Mon Sep 17 00:00:00 2001 From: Romain Winieski Date: Tue, 6 May 2025 18:21:11 +0200 Subject: [PATCH] remove security attribute --- charts/templates/configmap-haproxy.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/templates/configmap-haproxy.yaml b/charts/templates/configmap-haproxy.yaml index 5268ae8..940679f 100644 --- a/charts/templates/configmap-haproxy.yaml +++ b/charts/templates/configmap-haproxy.yaml @@ -112,7 +112,7 @@ data: balance leastconn option forwardfor http-request replace-path {{ $appservicespath }}(/)?(.*) /\2 - cookie haproxy insert indirect httponly secure 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) @@ -132,7 +132,7 @@ data: balance leastconn option forwardfor http-request replace-path {{ $adminpath }}(/)?(.*) /\2 - cookie haproxy insert indirect httponly secure 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) @@ -152,7 +152,7 @@ data: balance leastconn option forwardfor http-request replace-path {{ $managepath }}(/)?(.*) /\2 - cookie haproxy insert indirect httponly secure 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) @@ -177,7 +177,7 @@ data: balance leastconn option forwardfor http-request replace-path {{$path}}(/)?(.*) /\2 - cookie haproxy insert indirect httponly secure 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) @@ -209,7 +209,7 @@ data: mode http balance leastconn option forwardfor - cookie haproxy insert indirect httponly secure 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) @@ -238,7 +238,7 @@ data: mode http balance leastconn option forwardfor - cookie haproxy insert indirect httponly secure 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) @@ -267,7 +267,7 @@ data: mode http balance leastconn option forwardfor - cookie haproxy insert indirect httponly secure 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) @@ -300,7 +300,7 @@ data: mode http balance leastconn option forwardfor - cookie haproxy insert indirect httponly secure 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)