Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into using nginx realip module for better logging #37

Open
stevenjm opened this issue Aug 31, 2018 · 0 comments
Open

Look into using nginx realip module for better logging #37

stevenjm opened this issue Aug 31, 2018 · 0 comments
Labels
Feature New feature or request

Comments

@stevenjm
Copy link
Contributor

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 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.

@stevenjm stevenjm added the Feature New feature or request label Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant