webhook/hook
Hass_SEA b595694658
Update to support Scalr Signature Verification
Add a new match rule type that checks for a Scalr webhook signature. Tracking ticket #200

The signature algorithm is described here:
https://scalr-wiki.atlassian.net/wiki/spaces/docs/pages/6193247/Webhook+Security+and+Authentication

An example match rule ifor a Scalr webhook will look like:

"match": {
"type": "scalr-signature",
"secret": ""
}
2017-12-19 12:48:10 -08:00
..
hook.go Update to support Scalr Signature Verification 2017-12-19 12:48:10 -08:00
hook_test.go Update to support Scalr Signature Verification 2017-12-19 12:48:10 -08:00