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
I'm hoping to at least ascertain whether a service exposed via an ephemeral address, GLB using HTTP Protocol, created from the Ingress manifest is capable of including a user's originating source/client IP in the X-Forwarded-For header when accessed directly by the ephemeral address. Any direction, or suggestions are appreciated.
I have a go service that uses the client/source IP address of my user, which works when hosted outside of GKE. When deployed on GKE cluster 1.13.6-gke.6 with an Ingress the X-Forwarded-For header only contains an IP address for the Internet Service Provider (ATT, Spectrum, etc), followed by the GCP ephemeral ip address, lacking the originating client IP.
I'm struggling to find similar issues experienced by others, or info that might help me understand why the header doesn't also include the client IP.
The text was updated successfully, but these errors were encountered:
leefernandes
changed the title
Basic Ingress Source IP only contains ISP address & GCP ephemeral address
Ingress Source IP only contains ISP address & ephemeral address
Jun 15, 2019
leefernandes
changed the title
Ingress Source IP only contains ISP address & ephemeral address
Source IP only contains ISP address & ephemeral address
Jun 15, 2019
I'm hoping to at least ascertain whether a service exposed via an ephemeral address, GLB using HTTP Protocol, created from the Ingress manifest is capable of including a user's originating source/client IP in the
X-Forwarded-For
header when accessed directly by the ephemeral address. Any direction, or suggestions are appreciated.I have a go service that uses the client/source IP address of my user, which works when hosted outside of GKE. When deployed on GKE cluster 1.13.6-gke.6 with an Ingress the
X-Forwarded-For
header only contains an IP address for the Internet Service Provider (ATT, Spectrum, etc), followed by the GCP ephemeral ip address, lacking the originating client IP.I'm struggling to find similar issues experienced by others, or info that might help me understand why the header doesn't also include the client IP.
The text was updated successfully, but these errors were encountered: