I want to have my hosting provider whitelist the IP addresses used during my build pipelines so that I can use rsync commands to automate deployment. However, the VPN continues to block my rsync attempts from the pipelines.
My guess is that this is because I'm using a container in my pipeline and the IP address for the container (using ifconfig) is not the same as the list of IP addresses that Bitbucket specifies for Bitbucket Pipelines. (The list of IP addresses provided by Atlassian can be found at the bottom of this page.)
Since ifconfig doesn't return an IP address in that list, how can I determine a predictable IP address (or list) to give to my hosting provider to make sure that my container's rsync commands are not blocked by the firewall?
Hello @Julian Ptak,
Thanks for reaching out and welcome to the Community!
The IP addresses used by Bitbucket Pipelines are listed on this documentation page.
Hope this helps.
Cheers,
Daniil
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.