We have a webhook which we have been using for a couple of years with no problems and it suddenly stopped working - can't be absolutely sure when without major trawling through logs but probably within the last few weeks.
It is hosted by itself on a subdomain and triggers a local shell process which pulls content from the repo and auto merges it. Being a bit of a security nut, I ensured that only whitelisted IPs can access the domain and the hook itself over https and the list included those IPs which are listed in the relevant page online.
Now here is the thing. If I open up the domain to all requesting IPs then the hook works again just fine. When I put back the IP requirements it stops - so I am pretty sure that it has to be that the Bitbucket IP from which it is being called is not in the list.
Anyone have any ideas?
KR
Bob
Thanks again, I will try these and see if I get anywhere. Right now I have removed the checking which I don't like to do. Will feed back once I have had the chance to test.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These worked for me, thank you very much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue with webhook, in the blog post they mention Bitbucket IP changes https://bitbucket.org/blog/update-to-outgoing-webhook-ip-addresses
But I added all these ips but doesn't work:
IPv4 outbound for bitbucket.org
IPv6 outbound for bitbucket.org
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.