The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Use bitbucket oidc to pull from aws

William Francis
December 3, 2024

I would like to pull from an AWS S3 bucket and use OIDC to authenticate as part of my pipeline. Something like this:

 

- step: &pullflutterbuild
        name: Pull Flutter Build
        oidc: true
        script:
          - apt-get update && apt-get install -y awscli
          - export VERSION = "test"
          - mkdir flutterBuild
          - aws s3 cp "s3://bucket/${VERSION}" ./flutterBuild --recursive
        artifacts:
          - flutterBuild/**

The documentation around OIDC with AWS seems to be very lacking, is this possible? Is it supported?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
William Francis
December 4, 2024

Interestingly when I was searching and creating this question I was not suggested https://community.atlassian.com/t5/Bitbucket-questions/Bitbucket-Pipe-for-aws-cli-v2-with-OIDC/qaq-p/2348469, but it's now appearing in the related content today. I believe this answers my question

Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 6, 2024

Hi @William Francis 

Thanks for sharing your feedback with the community!

 

Best regards,
Oleksandr Kyrdan

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events