terraform-aws-ecs-alb-service-task icon indicating copy to clipboard operation
terraform-aws-ecs-alb-service-task copied to clipboard

Add example to add iam policies to task role

Open EvilPlankton opened this issue 5 years ago • 1 comments

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

When using secrets list in a container definition the container gets an permissions error trying to access SecretsManager when the task is instantiated

Expected Behavior

The container should be able to retrieve values from SecretsManager

Steps to Reproduce

Create a container definition with a valueFrom using an ARN in secretsmanager. When the task is run (in Fargate) by the service it will fail with a permissions error on the _exec role.

Screenshots

N/A

Environment (please complete the following information):

N/A

Additional Context

N/A

EvilPlankton avatar Jul 29 '20 08:07 EvilPlankton

hi how disable creating task_role?

TatevHunanyan-BM avatar Apr 03 '25 13:04 TatevHunanyan-BM