ingress-nginx-helm/test/e2e/annotations
Stefan Schwärzler 1a320ae289 fix for #1930, make sessions sticky, for ingress with multiple rules and backends
* for an ingress with session affinity cookie, set the location as path on the cookie when unique
* the previous behaviour ( cookie path=/ ) is preserved for ingresses with multiple rules for the same backend (locations not unique)

added e2e tests for session affinity, setting path on sticky config

added tests:
* it should set the path to /something on the generated cookie
* it should set the path to / on the generated cookie if there's more than one rule referring to the same backend
2018-06-11 10:43:13 +02:00
..
affinity.go fix for #1930, make sessions sticky, for ingress with multiple rules and backends 2018-06-11 10:43:13 +02:00
alias.go Remove most of the time.Sleep from the e2e tests 2018-04-19 17:48:50 -03:00
auth.go Add retries to auth test checks 2018-05-26 16:27:45 -04:00
default_backend.go Fix default-backend annotation 2018-05-26 19:09:24 -04:00
grpc.go Add support for grpc_set_header 2018-05-17 08:35:11 -04:00
influxdb.go Fix influxdb test flake 2018-05-26 17:11:15 -04:00
luarestywaf.go Add support for grpc_set_header 2018-05-17 08:35:11 -04:00
proxy.go Resolves issue with proxy-redirect nginx configuration 2018-05-17 11:22:31 -05:00
rewrite_log.go Add annotation to enable rewrite logs in a location 2018-04-27 17:50:14 +02:00