Skip to content

Commit

Permalink
doc: minimum permissions on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan committed Oct 31, 2020
1 parent 5ccefbf commit f583716
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ This action requires the following minimum set of permissions:
"Action": ["ecs:RegisterTaskDefinition"],
"Resource": "*"
},
{
"Sid": "ListRulesAndTargets",
"Effect": "Allow",
"Action": [
"events:ListRules",
"events:ListTargetsByRule"
],
"Resource": "*"
},
{
"Sid": "PutTargets",
"Effect": "Allow",
"Action": ["events:PutTargets"],
"Resource": "arn:aws:events::<aws_account_id>:rule/<cloudwatch_event_rule_name>"
},
{
"Sid": "PassRolesInTaskDefinition",
"Effect": "Allow",
Expand Down

0 comments on commit f583716

Please sign in to comment.