-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add examples for Bitbucket Cloud and Update doc #1428
Add examples for Bitbucket Cloud and Update doc #1428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
Are examples in v1alpha1 needed? I don't think we need to add examples to v1alpha1.
6ec3b6b
to
d86d654
Compare
docs/interceptors.md
Outdated
|
||
### Bitbucket Server | ||
|
||
A Bitbucket Server `Interceptor` contains logic that validates and filters [Bitbucket server](https://confluence.atlassian.com/bitbucketserver) webhooks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @savitaashture I think separating out the difference between server and cloud is great. One minor thing is that from the docs it seems like we have two separate interceptors. We only have one bitbucket interceptor which supports secret validation and event filtering for bitbucket server and only event filtering for bitbucket cloud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ye looks like that
Updated now
PTAL
docs/interceptors.md
Outdated
|
||
A [Bitbucket cloud](https://support.atlassian.com/bitbucket-cloud/) is free to use and explore functionality, To know more about Bitbucket Cloud [follow](https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-cloud/). | ||
Bitbucket Cloud doesn't support secret validation; hence its not secure compare to Bitbucket Server. | ||
[CEL `Interceptor`](#cel-interceptors) also used to get the similar functionality of Bitbucket Cloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this line.
docs/interceptors.md
Outdated
### Bitbucket Cloud | ||
|
||
A [Bitbucket cloud](https://support.atlassian.com/bitbucket-cloud/) is free to use and explore functionality, To know more about Bitbucket Cloud [follow](https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-cloud/). | ||
Bitbucket Cloud doesn't support secret validation; hence its not secure compare to Bitbucket Server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitbucket Cloud doesn't support secret validation; hence its not secure compare to Bitbucket Server. | |
At the moment, Bitbucket cloud does not support validating webhook payloads using shared secrets. See the [Secure Webhooks section](https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/) of Bitbucket cloud docs for more information on securing your bitbucket webhooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Thank you
docs/interceptors.md
Outdated
|
||
### Bitbucket Cloud | ||
|
||
A [Bitbucket cloud](https://support.atlassian.com/bitbucket-cloud/) is free to use and explore functionality, To know more about Bitbucket Cloud [follow](https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-cloud/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to describe what Bitbucket cloud is given that we do not do it for other providers.
d86d654
to
e67997f
Compare
@khrm removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom, khrm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Bitbucket
toBitbucket Server
because the current Bitbucket example supported by Triggers is for Bitbucket ServerSubmitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes