ingress-nginx-helm/docs/user-guide
Thibault Jamet 1cd17cd12c
Implement a validation webhook
In case some ingress have a syntax error in the snippet configuration,
the freshly generated configuration will not be reloaded to prevent tearing down existing rules.
Although, once inserted, this configuration is preventing from any other valid configuration to be inserted as it remains in the ingresses of the cluster.
To solve this problem, implement an optional validation webhook that simulates the addition of the ingress to be added together with the rest of ingresses.
In case the generated configuration is not validated by nginx, deny the insertion of the ingress.

In case certificates are mounted using kubernetes secrets, when those
changes, keys are automatically updated in the container volume, and the
controller reloads it using the filewatcher.

Related changes:

- Update vendors
- Extract useful functions to check configuration with an additional ingress
- Update documentation for validating webhook
- Add validating webhook examples
- Add a metric for each syntax check success and errors
- Add more certificate generation examples
2019-04-18 19:07:04 +02:00
..
nginx-configuration Support proxy_next_upstream_timeout 2019-04-15 11:08:57 -04:00
third-party-addons use correct host for jaeger-collector-host in docs 2019-02-20 10:16:34 -05:00
basic-usage.md Add basic usage documentation 2019-01-03 19:58:27 +01:00
cli-arguments.md Implement a validation webhook 2019-04-18 19:07:04 +02:00
convert_arguments_to_doc.py Update mkdocs 2018-09-13 17:52:15 -03:00
custom-errors.md Set X-Request-ID for the default-backend, too. 2019-03-22 11:33:11 +01:00
default-backend.md Fix documentation format 2018-08-30 15:31:12 -03:00
exposing-tcp-udp-services.md Rever TCP/UDP documentation removal and links (#3456) 2018-11-21 23:24:34 -03:00
external-articles.md Split documentation 2017-10-13 18:13:51 -03:00
ingress-path-matching.md Update a doc example that uses rewrite-target 2019-02-06 10:48:08 -05:00
miscellaneous.md Fix documentation format 2018-08-30 15:31:12 -03:00
monitoring.md Typo fix: adresses -> addresses 2018-09-24 22:51:16 +08:00
multiple-ingress.md update docs 2018-09-25 21:49:37 -04:00
tls.md fix typo: delete '`' 2019-03-29 13:42:03 +08:00