You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have crafted a curl to the rest API in Bitbucket Server to create a webhook for an existing repository, I am able to set all the required fields, except the 'secret' value.
My experience has been that without this secret any webcall back to my Argo Events 'Sensor' results in a missing signature header error.
Obviously I could set the value manually in a click ops way, but I'm trying to automate this process.
Any tips or suggestions? I've already looked through the documentation for creating a webhook, updating a webhook, looked through existing github.com repositories for some example code, and haven't found a solution yet.
Thank you kindly
Actually just figured it out, I see that no one was able to find the answer so far (and it is absent from the documentation!!)
"configuration": {"createdBy": "bitbucket","secret": "password"},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.