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
Hi, when using the nginx-ingress-controller on GCP I'm getting inconsistent X-Forwarded-For IP, I either see the real client IP (which is what I'd expect) or a local 10.0.0.0/8 address.
Hi, when using the nginx-ingress-controller on GCP I'm getting inconsistent X-Forwarded-For IP, I either see the real client IP (which is what I'd expect) or a local 10.0.0.0/8 address.
My test setup is as follows:
image: nginx-ingress-controller:0.9.0-beta.8
echoserver
configuration:Ingress:
Service:
Deployment:
nginx-ingress-controller
configuration:nginx-configmap settings:
Deployed server block:
Here's my test:
I think this must be due to the following where I think the scheme must be being incorrectly determined for some requests?
Any help appreciated.
The text was updated successfully, but these errors were encountered: