It looks like bitbucket cloud can be different than server. I have two questions:
1) Bitbucket server has "secrets" for creating a webhook but Bitbucket cloud does not. Is this corret?
2) Bitbucket cloud allows for insecure ssl in the UI. How is this accomplished in the api? I can't seem to find it either in the creation or the modification of the webhook.
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
Hi Gary, welcome to the Community!
1) This is correct, Bitbucket Cloud does not have secrets.
2) What do you mean by insecure SSL? Are you referring to skipping the certificate verification option:
When you create a webhook, Bitbucket provides the Skip certificate verification option, which allows you to disable certificate verification when sending event payload requests to the webhook URL.
If that's what you want, this is not documented in our API documentation but you can still access this setting using
https://api.bitbucket.org/2.0/repositories/owner/repositoryname/hooks/
Let us know,
Ana
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.