ingress-nginx-helm/test/e2e/framework
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
..
cleanup.go Include tests in golint checks, fix warnings (#2180) 2018-03-07 08:37:30 -08:00
deployment.go feat: auth-req caching 2019-07-17 18:39:04 +02:00
exec.go Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
fastcgi_helloserver.go FastCGI backend support (#2982) 2019-07-31 10:39:21 -04:00
framework.go Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00
grpc_fortune_teller.go Update dependencies client-go to release-11.0 and kubernetes-1.14.0 2019-03-28 20:43:18 -03:00
influxdb.go fix typo: deployement->deployment 2019-05-07 16:16:06 -07:00
k8s.go feat: auth-req caching 2019-07-17 18:39:04 +02:00
logs.go Fix go imports 2019-06-30 18:58:18 -04:00
ssl.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
test_context.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
util.go feat: auth-req caching 2019-07-17 18:39:04 +02:00