Simple Webhook-Tester in OpenShift
zufallsheld.de·11h·
Discuss: Hacker News
Flag this post

I needed to check the payload my alertmanager in OpenShift was sending out to the target-system (which was not under my control and I couldn’t check what was received).

There is some documentation online. However at the time of writing, the example in the documentation was not usable out-of-the-box since there was a route (or ingress) missing. I also wanted a fully-featured webhook-tester that showed me the received payload in a nice webfrontend. The webhook-tester from tarampampam fullfills my need.

So, here is the full app, including the Deployment, a Route and the Service:

apiVersion: apps/v1
kind: Deployment...

Similar Posts

Loading similar posts...