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!/auth-step-parameter #197

Closed brivu closed 1 year ago

brivu commented 1 year ago

This PR adds the auth parameter to all ecs jobs, requiring users to customize their authentication method by importing the aws-cli orb and using the aws-cli/setup command to authenticate using static AWS keys or a valid role-arn for OIDC.