ingress-nginx-helm/internal/ingress
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
..
annotations Support proxy_next_upstream_timeout 2019-04-15 11:08:57 -04:00
controller Implement a validation webhook 2019-04-18 19:07:04 +02:00
defaults Support proxy_next_upstream_timeout 2019-04-15 11:08:57 -04:00
errors implement canary annotation and alternative backends 2018-11-06 13:13:14 -05:00
metric Implement a validation webhook 2019-04-18 19:07:04 +02:00
resolver Add e2e Tests for AuthTLS 2018-10-18 20:09:21 -05:00
status Fix status tests 2019-03-11 13:11:27 -03:00
sslcert.go Add dynamic certificate feature to controller 2018-08-16 20:19:33 -04:00
sslcert_test.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
type_equals_test.go Refactor equals 2019-04-03 22:39:32 -03:00
types.go Simplify x-forwarded-prefix annotation 2019-03-29 16:25:25 -04:00
types_equals.go Refactor equals 2019-04-03 22:39:32 -03:00
zz_generated.deepcopy.go Update generated code 2018-01-07 12:06:44 -03:00