A straightforward pipeline auths GCP and then lists out the buckets using a service account
403 - We're sorry, but this service is not available in your location
I can run the pipeline manually on the hetzner vps and it works fine, it's only when those commands are run in the runner does it fail. What could be different about running in the runner vs directly on the machine as far as ip/dns location?
Hi @Ryan Detzel,
I believe that the runner will use the public IP address of the host machine.
Could you please share the following details:
1) What type of runner are you using? Is it a Linux Docker, Linux Shell, MacOS, or a Windows runner?
2) What is the version of the runner?
3) What is the operating system (+ its version) of the hetzner vps?
4) If you execute the following commands prior to running the gcp commands a) on a terminal on the hetzner vps and b) during a runner build, by adding them in your bitbucket-pipelines.yml: is the output the same in both cases a) and b) ? Or do you see different IPs in the output?
curl -4 ifconfig.co/
curl -6 ifconfig.co/
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.