CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

feat: oidc implementation #184

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 ecs jobs more securely without having to store static keys as environment variables.

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