Skip to content

Commit

Permalink
BAH-2960 | Set Secure flag on all cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
umair-fayaz committed Apr 4, 2023
1 parent 58d2c1d commit 3129938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ metadata:
add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Permitted-Cross-Domain-Policies "none";
add_header Set-Cookie "cookiename=cookievalue; Secure";
nginx.ingress.kubernetes.io/proxy-body-size: {{ .Values.metadata.ingress.PROXY_BODY_SIZE }}
spec:
ingressClassName: nginx
Expand Down

0 comments on commit 3129938

Please sign in to comment.