Skip to content

Commit

Permalink
Add ECS Exec permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jan 16, 2025
1 parent 740b060 commit 8cc0c2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spire/templates/apps/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,18 @@ Resources:
Service: ecs-tasks.amazonaws.com
Version: "2012-10-17"
Policies:
- PolicyDocument:
Statement:
- Action:
- ssmmessages:CreateControlChannel
- ssmmessages:CreateDataChannel
- ssmmessages:OpenControlChannel
- ssmmessages:OpenDataChannel
Effect: Allow
Resource: "*"
Sid: AllowPorterJobExecution
Version: "2012-10-17"
PolicyName: EcsExec
- PolicyDocument:
Statement:
- Action: sns:Publish
Expand Down

0 comments on commit 8cc0c2a

Please sign in to comment.