Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Use bitbucket oidc to pull from aws

William Francis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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?

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events