-
Story
-
Resolution: Done
-
Undefined
-
Pipelines 1.7
-
False
-
False
-
As a user I would like to use my own webhook secrets and not have the same webhook secret across all users on cluster when using it on bitbucketserver.
Detail:
On bitbucketserver and github webhooks install method, we currently have one webhook secret per cluster. So every webhook configuration have the same secret across clusters.
We should be able to attach a secret to a Repo CRD and compares the request against it instead of using the secret in pipelines-as-code namespace.
NB: github-app is global, Bitbucket cloud doesn't have support for webhook but we "secure" it via IP.