Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-21890

Self hosted runner cannot pull images from ECR on a private VPC

    XMLWordPrintable

Details

    Description

      Issue Summary

      The self hosted Bitbucket Pipelines runner can be configured to pull images from ECR, which may involved a call out to the AWS STS service (e.g if trying to pull images using OIDC). When the runner is inside of a private VPC, using VPC endpoints to allow traffic to ECR and STS, the Runner fails trying to pull images.

      Due to default behaviour of the AWS java sdk (https://github.com/aws/aws-sdk-java/issues/2362) , the AWS STS client will always try to use global endpoints despite being configured to use a region. Global endpoints are not accessible from a private VPC (since traffic is restricted out to the public internet). For this to work, the AWS STS client must instead use the regional endpoint.

      Steps to Reproduce

      1. Push an image into a private ECR registry.
      2. Configure the necessary IAM and OIDC config to allow the image to be pulled by a Bitbucket Pipelines self hosted Runner.
      3. Launch a self hosted runner into a private VPC, with private endpoints configured to allow traffic to STS and ECR.
      4. Run a step that tries to pull an image using OIDC from ECR. The call made to STS to generate credentials to pull the image will fail due to a connection reset error, since the AWS client attempts to talk to STS over the public internet, for which traffic is blocked.

      Expected Results

      The step should complete successfully.

      Actual Results

      The step will fail with a connection reset error talking to STS.

      Workaround

      Users can allow access from their VPC out to the global STS endpoint. This is not ideal, as it requires from traffic to flow from the private VPC out to the public internet.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ggatus Graham Gatus
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: