- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @oliverf82757722 - in addition to what Urs said (setting require-adobe-auth to false to avoid the token check for webhook), there is a simple way to give some security to your webhook (though not as secure as require-adobe-auth), that you could add `require-whisk-auth: some-password` to your action definition in the manifest. Then from the webhook source you call this with the password attached in the headers. Reference: https://github.com/apache/openwhisk/blob/master/docs/webactions.md#securing-web-actions.
Views
Replies
0 Likes
Total Likes