ingress-nginx-helm/test/e2e
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
..
annotations FastCGI backend support (#2982) 2019-07-31 10:39:21 -04:00
dbg Fix misspelled and e2e check 2019-06-24 23:47:22 -04:00
defaultbackend Migrate to new networking.k8s.io/v1beta1 package 2019-06-13 11:32:39 -04:00
framework Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
gracefulshutdown Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
leaks Add e2e test suite to detect memory leaks in lua 2019-06-27 22:05:52 -04:00
loadbalance e2e test for ewma 2019-07-03 16:25:53 -04:00
lua add comment to the test 2019-07-04 18:39:29 -04:00
servicebackend Add e2e test for service type=ExternalName 2019-06-17 23:12:24 -04:00
settings Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
ssl Add e2e test for invalid secrets 2019-06-25 09:28:52 -04:00
status Use apps/v1 api group in e2e tests 2019-05-29 12:12:45 -07:00
tcpudp Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
down.sh Replace minikube for e2e tests 2018-07-28 11:05:35 -04:00
e2e.go Add e2e test suite to detect memory leaks in lua 2019-06-27 22:05:52 -04:00
e2e_test.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
kind.yaml Update kind to 0.4.0 2019-06-29 18:32:02 -04:00
run.sh FastCGI backend support (#2982) 2019-07-31 10:39:21 -04:00
wait-for-nginx.sh Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00