Greetings,
It doesn't appear that Jira will invoke webhooks with any authentication. I don't see any options to add API keys or other auths.
Do I have this right?
Thanks,
Ronn B
That is correct. We use 'man in the middle' to achieve this. The webhook notifies a service, the service ensure the webhook came from jira, then forwards appropriate information along to the destination service.
Yeah, I have the WAF verifying it's coming from Atlassian Jira, then the service checks for well-formed, but not much more than that seems possible.
The only alternative I see is to write a full-blown Connector App which does offer key-based auth.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.