CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

feat: oidc implementation #34

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR makes use of CircleCI's OIDC Token to generate temporary AWS keys, enabling users to run s3 commands securely without having to store static keys as environment variables.

To generate temporary tokens, provide the job with a valid context, role-arn and role-session-name.