We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807392b commit f4aefbaCopy full SHA for f4aefba
salt/metalk8s/addons/ui/deployed/ingress.sls
@@ -30,9 +30,7 @@ metadata:
30
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
31
# Add strict SameSite policy for Salt API
32
nginx.ingress.kubernetes.io/configuration-snippet: |
33
- if ($proxy_host = "salt-api") {
34
- proxy_cookie_flags ~ SameSite=Strict Secure HttpOnly;
35
- }
+ add_header Set-Cookie "session_id=$cookie_session_id; SameSite=Strict; Secure; HttpOnly; Path=/";
36
spec:
37
ingressClassName: "nginx-control-plane"
38
rules:
0 commit comments