ingress-nginx-helm/test/e2e/settings
Moritz Johner 23504db770 feat: auth-req caching
add a way to configure the `proxy_cache_*` [1] directive for external-auth.
The user-defined cache_key may contain sensitive information
(e.g. Authorization header).
We want to store *only* a hash of that key, not the key itself on disk.

[1] http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_key

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2019-07-17 18:39:04 +02:00
..
configmap_change.go Refactor e2e test 2019-05-27 06:31:01 -04:00
default_ssl_certificate.go Use apps/v1 api group in e2e tests 2019-05-29 12:12:45 -07:00
disable_catch_all.go Use apps/v1 api group in e2e tests 2019-05-29 12:12:45 -07:00
forwarded_headers.go properly parse x-forwarded-host 2019-03-31 15:10:45 -04:00
geoip2.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
global_access_block.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
global_external_auth.go feat: auth-req caching 2019-07-17 18:39:04 +02:00
ingress_class.go Use apps/v1 api group in e2e tests 2019-05-29 12:12:45 -07:00
main_snippet.go Remove e2e boilerplate 2018-10-29 22:38:15 -03:00
multi_accept.go Remove e2e boilerplate 2018-10-29 22:38:15 -03:00
no_auth_locations.go Migrate to new networking.k8s.io/v1beta1 package 2019-06-13 11:32:39 -04:00
pod_security_policy.go Merge pull request #4135 from nicknovitski/deployment-api-appsv1 2019-05-29 16:50:18 -07:00
proxy_host.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
proxy_protocol.go Refactor e2e tests to use the service ClusterIP 2019-02-24 20:04:07 -03:00
server_tokens.go Migrate to new networking.k8s.io/v1beta1 package 2019-06-13 11:32:39 -04:00
tls.go replace some of the Nginx configuration to Lua code 2019-03-31 12:04:52 -04:00