Skip to content

Commit

Permalink
Add ecs:TagResource to Augury worker relay role
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Feb 6, 2024
1 parent c0ff605 commit 5a48c03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1263,11 +1263,13 @@ Resources:
- Action: ecs:ListTasks
Effect: Allow
Resource: "*"
- Action: ecs:RunTask
- Action:
- ecs:RunTask
- ecs:TagResource
Effect: Allow
Resource: !Ref SlowWorkerTaskDefinition
- Effect: Allow
Action: iam:PassRole
- Action: iam:PassRole
Effect: Allow
Resource:
- !GetAtt ExecutionRole.Arn
- !GetAtt TaskRole.Arn
Expand Down

0 comments on commit 5a48c03

Please sign in to comment.