ingress-nginx-helm/internal
Gabor Lekeny 83ce21b4dd
Add keepalive support for auth requests (#8219)
* Add keepalive support for auth requests

* Fix typo

* Address PR comments

* Log warning when auth-url contains variable in its host:port
* Generate upstream name without replacing dots to underscores in server name
* Add comment in the nginx template when the keepalive upstream block is referenced

* Workaround for auth_request module ignores keepalive in upstream block

* The `auth_request` module does not support HTTP keepalives in upstream block:
  https://trac.nginx.org/nginx/ticket/1579
* As a workaround we use ngx.location.capture but unfortunately it does not
  support HTTP/2 so `use-http2` configuration parameter is needed.

* Handle PR comments

* Address PR comments

* Handle invalid values for int parameters

* Handle PR comments

* Fix e2e test
2022-04-08 20:22:04 -07:00
..
admission/controller webhook: remove useless code. (#8236) 2022-02-13 10:25:47 -08:00
file Remove deprecated libraries, update other libs, add ci v1.23 (#8118) 2022-01-09 16:29:12 -08:00
ingress Add keepalive support for auth requests (#8219) 2022-04-08 20:22:04 -07:00
k8s Update ingress to go 1.17 (#7521) 2021-08-23 14:25:25 -07:00
net use listen to ensure the port is free (#6990) (#7467) 2021-08-09 05:31:31 -07:00
nginx fix: discover mounted geoip db files (#7228) 2021-08-10 11:24:39 -07:00
runtime Update ingress to go 1.17 (#7521) 2021-08-23 14:25:25 -07:00
sets Refactor isIterable 2019-04-08 10:11:44 -04:00
task remove timestamp when requeuing Element (#7440) 2021-09-06 10:12:28 -07:00
watch Update go version, modules and remove ioutil 2021-08-06 14:15:21 -03:00