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?
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
Thanks for sharing your feedback with the community!
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.