-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add option to enable proxy protocol RE:#699 #1002
Comments
Any update? |
Currently, we are using GKE + Istio (automatically installed) and our applications need to know the source IP of a request. |
It seems to make more sense as a value for app-protocol, may want to xref on k/k |
I'm also interested into this new annotation. I would like to deploy NGINX behind a TCP LB and I need to preserve the original IP address of the clients. |
For people trying to preserve the client's Source IP using Nginx, there's no need to use Proxy Protocol, installing with this configuration will do it (use an updated Nginx): config:
enable-real-ip: "true"
use-forwarded-headers: "true"
proxy-real-ip-cidr: "130.211.0.0/22,35.191.0.0/[L7-LB_EXTERNAL_IP]/32" cc: @unixfox |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@nesl247: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please refer to #699
This is desperately needed for feature parity with AWS.
The text was updated successfully, but these errors were encountered: