You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webhook URLs are usually exposed over the internet, so a common practice in webhook modules is to provide the ability for the user to specify a shared secret (hmac key) that is used to sign the payload when sending it to the webhook URL. This authentifies the origin of the payload to its recipient.
I couldn't find anything like that in redmine_webhook unfortunately. I might work on this in the future, but still filing this feature request in case someone else has more time than I do :)
The text was updated successfully, but these errors were encountered:
ricekab
added a commit
to ricekab/redmine_webhook
that referenced
this issue
Oct 23, 2022
…erification
signature.
Currently this is hard-coded to use sha1, this should be made configurable on a global or project basis. (Or perhaps even per hook?).
Direct link to upstream issue: suer#9
Webhook URLs are usually exposed over the internet, so a common practice in webhook modules is to provide the ability for the user to specify a shared secret (hmac key) that is used to sign the payload when sending it to the webhook URL. This authentifies the origin of the payload to its recipient.
I couldn't find anything like that in redmine_webhook unfortunately. I might work on this in the future, but still filing this feature request in case someone else has more time than I do :)
The text was updated successfully, but these errors were encountered: