You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for secrets to work the property "executionRoleArn" must be set in the task definition but unfortately that property is not preserved by this script.
I opened a pull request to fix this. Would be great if it could be merged in since our deployments rely on this package. Thanks for making it <3
The text was updated successfully, but these errors were encountered:
ECS has a feature where it is possible to populate env variables from the ssm parameter store.
The task definition the looks kinda like this. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html
In order for secrets to work the property
"executionRoleArn"
must be set in the task definition but unfortately that property is not preserved by this script.I opened a pull request to fix this. Would be great if it could be merged in since our deployments rely on this package. Thanks for making it <3
The text was updated successfully, but these errors were encountered: