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
The nginx realip module allows you to specify a trusted list of proxies to parse X-Forwarded-For headers from so that the actual client IP address gets logged instead of the ingress controller's IP address. This is made a little complicated by the fact that the ingress controllers just have IP addresses on the pod network as for any other pod, and we don't necessarily want to treat everything running in Kubernetes as if it were a proxy, but it might be worth looking into at some stage.
The text was updated successfully, but these errors were encountered:
http://nginx.org/en/docs/http/ngx_http_realip_module.html
The nginx
realip
module allows you to specify a trusted list of proxies to parseX-Forwarded-For
headers from so that the actual client IP address gets logged instead of the ingress controller's IP address. This is made a little complicated by the fact that the ingress controllers just have IP addresses on the pod network as for any other pod, and we don't necessarily want to treat everything running in Kubernetes as if it were a proxy, but it might be worth looking into at some stage.The text was updated successfully, but these errors were encountered: