ingress-nginx-helm/test/e2e-image
Jeroen Schutrup 8dd912114e
Move X-Forwarded-Port variable to the location context
Resolves issue #4038 where the X-Forwarded-Port header would be set to the value of the https listening port if all of the following settings were satisfied:
- The ingress controller was started with a non-default HTTPS port set with the `--https-port` argument
- An ingress is created having:
  - the `nginx.ingress.kubernetes.io/auth-url` annotation set
  - TLS enabled

This commit solves this issue by moving the setting of the `pass_server_port` variable from the server, one level down to the location context.
2019-08-06 17:00:58 +02:00
..
namespace-overlays/forwarded-port-headers Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
overlay Migrate to new networking.k8s.io/v1beta1 package 2019-06-13 11:32:39 -04:00
.gitignore Rearrange deployment files into kustomizations 2019-05-19 12:35:54 -07:00
Dockerfile Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
e2e.sh Add e2e test suite to detect memory leaks in lua 2019-06-27 22:05:52 -04:00
Makefile Fix scripts to be able to run tests in docker 2019-07-17 11:06:53 -04:00