ingress-nginx-helm/internal/ingress
Gordon Honda 4f2950febb Fix duplicate location in NGINX config (#10090)
When creating ingresses that use the same path with a mix of
Exact and Prefix path types nginx-ingress-controller can
generate an NGINX config with a duplicate location:

    nginx: [emerg] duplicate location "/a/" in /tmp/nginx/nginx-cfg2287376726:693
    nginx: configuration file /tmp/nginx/nginx-cfg2287376726 test failed

The issue is that nginx-ingress-controller stops looking for
duplicates once it sees the same path with a different path type.
2024-02-23 11:05:46 +09:00
..
annotations Include SECLEVEL and STRENGTH as part of ssl-cipher list validation (#10754) 2024-01-05 15:50:34 +01:00
controller Fix duplicate location in NGINX config (#10090) 2024-02-23 11:05:46 +09:00
defaults Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497) 2023-11-17 05:43:54 +01:00
errors Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
inspector Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
metric Disable user snippets per default (#10393) 2023-09-10 20:02:10 -07:00
resolver Implement annotation validation (#9673) 2023-07-21 20:32:07 -07:00
status Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00