multus-cni/webhook
Przemyslaw Lal 5892b36b7a Add validating admission webhook
* Add validating admission webhook HTTP server application
* Handle incoming AdmissionReview requests and validate their correctness, handle errors if any
* Validate Network Attachment Definition objects
* Send AdmissionReview response with allowed/denied decision and its reason
* In case of any other errors (malformed HTTP request, empty body, etc.) send proper HTTP error code
* Use TLS encryption
* Add some basic unit tests for Network Attachment Definition objects validation
* Build Docker image with webhook application

Signed-off-by: Przemyslaw Lal <przemyslawx.lal@intel.com>
2018-12-19 16:02:36 -05:00
..
build Add validating admission webhook 2018-12-19 16:02:36 -05:00
Dockerfile Add validating admission webhook 2018-12-19 16:02:36 -05:00
glide.yaml Add validating admission webhook 2018-12-19 16:02:36 -05:00
webhook_suite_test.go Add validating admission webhook 2018-12-19 16:02:36 -05:00
webhook_test.go Add validating admission webhook 2018-12-19 16:02:36 -05:00
webhook.go Add validating admission webhook 2018-12-19 16:02:36 -05:00