Commands for working with travisci.
pyOpenSSL >= 16.0.0
salt.modules.travisci.
verify_webhook
(signature, body)¶Verify the webhook signature from travisci
The signature header from the webhook header
The full payload body from the webhook post
Note
The body needs to be the urlencoded version of the body.
CLI Example:
salt '*' travisci.verify_webhook 'M6NucCX5722bxisQs7e...' 'payload=%7B%22id%22%3A183791261%2C%22repository...'
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy