]> git.cworth.org Git - turbot/commit
turbot_lambda: Add Slack signature verification
authorCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 22:04:30 +0000 (15:04 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 22:07:13 +0000 (15:07 -0700)
commitceeec94475d9d49f1b5d3091bc6e7889f1162bbf
tree5650899fdc4ea8def035a27e81f253e8239fa53c
parent251ec9ee2460cab2a15af4d4e7dfbceb7cd22b10
turbot_lambda: Add Slack signature verification

This will reject any request that does not come from Slack itself,
(as verified by the Slack-specified HMAC algorithm and the
SLACK_SIGNING_SECRET that Slack made available to us and that we
have registered as an encrypted SSM parameter).
turbot_lambda/turbot_lambda.py