Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preserve executionRoleArn property in task definition #10

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

ChristophP
Copy link

@ChristophP ChristophP commented Jun 18, 2019

In order to use secrets in task definitions you need to specify the execution role arn. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html
This PR preserves executionRoleArn which previously did not work.

fixes #11

@ChristophP ChristophP changed the title preserve all properties of task definition preserve executionRoleArn property in task definition Jun 18, 2019
Updated node version of action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy fails when using secrets in task definition
3 participants