notifications-engine
notifications-engine copied to clipboard
Webhook service always uses GET method
Irrespective of configuration, the webhook service always uses the GET method.
I found the culprit here: https://github.com/argoproj/notifications-engine/blob/ac18ca10234c47eebfdb9797d5e995c00f86377c/pkg/services/webhook.go#L96
Gets overriden at https://github.com/argoproj/notifications-engine/blob/ac18ca10234c47eebfdb9797d5e995c00f86377c/pkg/services/webhook.go#L129 ?