Skip to content

Commit ed9ec47

Browse files
authored
Merge pull request #81 from marklogic/MLE-21335/Add-httponly-attribute
MLE-21335/Add httponly attribute
2 parents 40d69d7 + b833e05 commit ed9ec47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/haProxyHelper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ backend marklogic-{{ .PortNumber}}-backend
8282
mode http
8383
balance leastconn
8484
option forwardfor
85-
cookie haproxy insert indirect nocache maxidle 30m maxlife 4h
85+
cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
8686
stick-table type string len 32 size 10k expire 4h
8787
stick store-response res.cook(HostId)
8888
stick store-response res.cook(SessionId)

0 commit comments

Comments
 (0)