Preserve X-Forwarded-Host in Ingress #7555
Labels
area/ingress
Issues related to changes in `kind: Ingress`
proposal
An issue that proposes a feature request
ready for refinement
An issue that was triaged and it is ready to be refined
Is your feature request related to a problem? Please describe.
If I have an Ingress Resource deployed, and I send a request with
X-Forwarded-Host
header, the value in the header is not preservedDescribe the solution you'd like
The command below should return ‘bogus.example.com’:
Instead, it returns ‘www.example.com’ for both ‘x-forwarded-host’ and ‘Host’:
Describe alternatives you've considered
We would have to create a custom annotation, which is less than desirable
Additional context
N/A
The text was updated successfully, but these errors were encountered: