You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NAME="Flatcar Linux by Kinvolk"
VERSION=2247.5.0
PRETTY_NAME="Flatcar Linux by Kinvolk 2247.5.0 (Rhyolite)"
HOME_URL="https://flatcar-linux.org/"
Kernel (e.g. uname -a): Linux 4.19.78-flatcar
Install tools: Typhoon
What happened:
PR #4601 introduced a duplication in the header strict-transport-security. The behavior is no the same as before when more_set_headers was used.
What you expected to happen:
Only one strict-transport-security header
How to reproduce it (as minimally and precisely as possible):
Any Ingress with TLS correctly configured and a service that also returns the header strict-transport-security returns two instead of just one instance of the header.
The text was updated successfully, but these errors were encountered:
NGINX Ingress controller version: 0.26.0 and 0.26.1
Kubernetes version (use
kubectl version
):Environment:
uname -a
): Linux 4.19.78-flatcarWhat happened:
PR #4601 introduced a duplication in the header
strict-transport-security
. The behavior is no the same as before when more_set_headers was used.What you expected to happen:
Only one
strict-transport-security
headerHow to reproduce it (as minimally and precisely as possible):
Any Ingress with TLS correctly configured and a service that also returns the header
strict-transport-security
returns two instead of just one instance of the header.The text was updated successfully, but these errors were encountered: