ingress-nginx-helm/internal/ingress/controller
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
..
config Support proxy_next_upstream_timeout 2019-04-15 11:08:57 -04:00
process Update process-exporter methods 2018-12-05 13:28:10 -03:00
store properly handle default and custom default certs in dynamic ssl mode 2019-04-13 12:32:06 -04:00
template Implement a validation webhook 2019-04-18 19:07:04 +02:00
certificate.go Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
checker.go Replace Status port using a socket 2019-02-06 18:00:10 -03:00
checker_test.go Replace Status port using a socket 2019-02-06 18:00:10 -03:00
controller.go Implement a validation webhook 2019-04-18 19:07:04 +02:00
controller_test.go Implement a validation webhook 2019-04-18 19:07:04 +02:00
endpoints.go Replace glog with klog 2018-12-05 13:27:55 -03:00
endpoints_test.go delete upstream healthcheck annotation 2018-10-09 09:14:13 -04:00
nginx.go Implement a validation webhook 2019-04-18 19:07:04 +02:00
nginx_test.go Replace Status port using a socket 2019-02-06 18:00:10 -03:00
status.go Use full election leader ID 2019-03-11 13:11:27 -03:00
tcp.go Fix log output format 2018-12-06 09:59:31 +08:00
util.go Implement a validation webhook 2019-04-18 19:07:04 +02:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00