ingress-nginx-helm/docs/user-guide
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
..
nginx-configuration Add keepalive support for auth requests (#8219) 2022-04-08 20:22:04 -07:00
third-party-addons Minor documentation cleanup (#7826) 2022-01-16 16:57:28 -08:00
basic-usage.md checking mkdocs & ghpages (#8150) 2022-01-16 16:05:28 -08:00
cli-arguments.md Allow to configure delay before controller exits (#8143) 2022-01-17 15:24:49 -08:00
convert_arguments_to_doc.py Fix names in documentation (#7940) 2021-11-28 13:11:22 -08:00
custom-errors.md Change all master reference to main (#7369) 2021-08-06 17:07:29 -07:00
default-backend.md Minor documentation cleanup (#7826) 2022-01-16 16:57:28 -08:00
exposing-tcp-udp-services.md Added docs to clear up PROXY definition 2021-01-27 11:27:54 -08:00
external-articles.md Split documentation 2017-10-13 18:13:51 -03:00
fcgi-services.md Darwin arm64 (#8399) 2022-04-06 13:46:26 -07:00
ingress-path-matching.md Fix Ingress resources in docs (#7579) 2021-11-09 07:43:49 -08:00
miscellaneous.md Darwin arm64 (#8399) 2022-04-06 13:46:26 -07:00
monitoring.md doc: fix deployment manifest example (#8407) 2022-03-31 18:18:38 -07:00
multiple-ingress.md docs: fix inconsistent controller annotation (#8196) 2022-01-26 19:06:50 -08:00
tls.md Darwin arm64 (#8399) 2022-04-06 13:46:26 -07:00