ingress-nginx-helm/core/pkg
Milosz Tanski 2120aab66c POC: Setting upstream vhost for nginx.
In the current k8 ingress there's no way to control "Host" header sent
to upstream server; it's always the configured vhost.

It's desirable to support custom Host header when proxying for a number
of cases. One such case is forwarding to an Service that points to an
external host that expect a host paramater (like AWS S3 buckets).
There's a number of others.

By default nginx set Host to the upstreams domain name (and not the one
passed in) like K8 always forces. This provided an escape hatch to this
behavior.
2017-09-10 11:38:53 -04:00
..
base64 Lint code 2017-08-23 15:40:57 -03:00
file Add field FileSHA in BasicDigest struct 2017-07-31 22:08:09 -04:00
ingress POC: Setting upstream vhost for nginx. 2017-09-10 11:38:53 -04:00
k8s Update generic controller 2017-07-20 10:43:09 -07:00
net Lint code 2017-08-23 15:40:57 -03:00
strings add unit test for strings.StringInSlice 2017-01-02 00:26:46 +08:00
task Fix race condition with closed channels 2017-06-26 13:16:53 -04:00
watch Fix random watch errors 2017-07-26 22:31:34 -04:00