ingress-nginx-helm/core/pkg/ingress/annotations
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
..
alias fix Type transform panic 2017-08-28 14:49:13 +08:00
auth Add field FileSHA in BasicDigest struct 2017-07-31 22:08:09 -04:00
authreq Lint code 2017-08-23 15:40:57 -03:00
authtls Adds support for error page in Client Certificate Authentication 2017-09-03 17:12:03 -03:00
class Update generic controller 2017-07-20 10:43:09 -07:00
clientbodybuffersize fix Type transform panic 2017-08-28 14:49:13 +08:00
cors Update generic controller 2017-07-20 10:43:09 -07:00
defaultbackend Add additional headers when custom default backend is used 2017-08-25 20:56:08 -03:00
healthcheck Update generic controller 2017-07-20 10:43:09 -07:00
ipwhitelist Merge pull request #1095 from zjj2wry/whilelist 2017-08-21 18:46:15 -04:00
parser Update generic controller 2017-07-20 10:43:09 -07:00
portinredirect Update generic controller 2017-07-20 10:43:09 -07:00
proxy Add proxy-pass-params annotation and Backend field 2017-08-31 15:09:23 +02:00
ratelimit Lint code 2017-08-23 15:40:57 -03:00
redirect Add support for temporal and permanent redirects 2017-08-20 15:07:25 -03:00
rewrite Add support for specific scheme for base url 2017-08-21 14:10:35 +08:00
secureupstream Add custom backend annotation 2017-08-25 15:49:52 -03:00
serviceupstream Lint code 2017-07-26 23:07:59 -04:00
sessionaffinity Update generic controller 2017-07-20 10:43:09 -07:00
snippet Update generic controller 2017-07-20 10:43:09 -07:00
sslpassthrough Update generic controller 2017-07-20 10:43:09 -07:00
upstreamvhost POC: Setting upstream vhost for nginx. 2017-09-10 11:38:53 -04:00