bonny icon indicating copy to clipboard operation
bonny copied to clipboard

WebHooks support

Open coryodaniel opened this issue 5 years ago • 2 comments

Add support for Validating and Mutating webhooks.

coryodaniel avatar Dec 29 '18 16:12 coryodaniel

https://github.com/coryodaniel/bonny/issues/71

coryodaniel avatar Oct 09 '19 04:10 coryodaniel

Hey Cory

We needed this feature on our project so I gave it some thoughts and implemented it on my own. Let me quickly share my thoughts first:

  • I think this should be a library on its own. You might need it or not. Or maybe you decide to create separate applications for the operator and the webhook handler.
  • It should be a plug that can be used with Phoenix (or not)
  • As I stated already on #82, I would get the information about resources from the YAML file

I have released a first version of bonny_plug today. I used bonny in the name as it is meant as en extension to bonny. Despite that, there are no dependencies to bonny whatsoever. Have a look and let me know what you think.

Cheers, Michael

mruoss avatar Nov 09 '20 08:11 mruoss