koli / kong-ingress

[DEPRECATED] A Kubernetes Ingress for Kong
Other
93 stars 14 forks source link

Add preserve-host annotation #32

Closed indrekj closed 6 years ago

indrekj commented 6 years ago

When proxying, Kong's default behavior is to set the upstream request's Host header to the hostname of the API's upstream_url property. The preserve_host field accepts a boolean flag instructing Kong not to do so. Default value is false.

sandromello commented 6 years ago

LGTM

indrekj commented 6 years ago

@sandromello Hey, can you please bump the version.

sandromello commented 6 years ago

@indrekj I have docker images for each version on quay, the latest one is v0.4.0-alpha. Or do you need something more specific like a git tag to build from source?

indrekj commented 6 years ago

v0.4.0-alpha should be fine. thank you