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
What happened:
Upgraded from 0.11.0 to 0.12.0. Backend services were not receiving the following headers anymore:
"Ssl-Client-Dn: CN=
Ssl-Client-Verify: SUCCESS"
What you expected to happen:
I expected the headers to be present.
How to reproduce it (as minimally and precisely as possible):
Access a header-aware service with 0.11.0 and 0.12.0 and compare headers sent by ingress-nginx.
The text was updated successfully, but these errors were encountered:
Can confirm that quay.io/aledbf/nginx-ingress-controller:0.354 fixes the issue. Will wait for next master release and continue using 0.11.0 for now. Thanks for the quick help!
NGINX Ingress controller version: 0.12.0
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.6", GitCommit:"6260bb08c46c31eea6cb538b34a9ceb3e406689c", GitTreeState:"clean", BuildDate:"2017-12-21T06:34:11Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"9+", GitVersion:"v1.9.6-gke.0", GitCommit:"cb151369f60073317da686a6ce7de36abe2bda8d", GitTreeState:"clean", BuildDate:"2018-03-21T19:01:20Z", GoVersion:"go1.9.3b4", Compiler:"gc", Platform:"linux/amd64"}
Environment:
What happened:
Upgraded from 0.11.0 to 0.12.0. Backend services were not receiving the following headers anymore:
"Ssl-Client-Dn: CN=
Ssl-Client-Verify: SUCCESS"
What you expected to happen:
I expected the headers to be present.
How to reproduce it (as minimally and precisely as possible):
Access a header-aware service with 0.11.0 and 0.12.0 and compare headers sent by ingress-nginx.
The text was updated successfully, but these errors were encountered: