ingress-nginx-helm/internal/ingress/annotations/disableproxyintercepterrors
chriss-de ad406b64d8
Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497)
* added proxy-intercept-errors config option

* fixed error when comparing locations

* fixed missing location config from annotation
added e2e test

* reversed logic for proxy-intercept-errors to disable-proxy-intercept-errors

* reversed logic to disable-proxy-intercept-errors

* reversed logic

* default has to be false

* put comment in same line as return

* run gofmt

* fixing wrong Boilerplate header

* updated code to new IngressAnnotation interface

* fixes to satisfy PR comments

* synced with upstream; fixed typo

* gofumpt disableproxyintercepterrors.go

* gofumpt
2023-11-17 05:43:54 +01:00
..
main.go Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497) 2023-11-17 05:43:54 +01:00
main_test.go Add override for proxy_intercept_errors when using Custom HTTP Errors (#9497) 2023-11-17 05:43:54 +01:00