Develop a K8S authorization webhook
Sylvan LE DEUNFF
Written: 2023-06-22
A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen.