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

fix: added maxsplit=1 to split method to handle base64 values #170

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR applies a fix for the container-env-var-updates parameter containing base64 values. The use of maxsplit=1 in the python split method prevents trimming the = character in base64 values.