Skip to content

Commit

Permalink
Update launch policy with tag permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 5, 2022
1 parent 1d8f23a commit 65b4659
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# changelog
v1.1.0 - 5 Oct 2022
- Add permissions required by Resource Labels / Tags feature

v1.0.0
- Initial release
7 changes: 6 additions & 1 deletion forge/forge-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"iam:ListAttachedRolePolicies",
"iam:DeleteRolePolicy",
"iam:ListRolePolicies",
"iam:TagRole",
"iam:TagInstanceProfile",
"batch:CreateComputeEnvironment",
"batch:DescribeComputeEnvironments",
"batch:CreateJobQueue",
Expand All @@ -28,9 +30,11 @@
"batch:DeleteComputeEnvironment",
"batch:UpdateJobQueue",
"batch:DeleteJobQueue",
"batch:TagResource",
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems",
"fsx:CreateFileSystem",
"fsx:TagResource",
"ec2:DescribeSecurityGroups",
"ec2:DescribeAccountAttributes",
"ec2:DescribeSubnets",
Expand All @@ -49,7 +53,8 @@
"elasticfilesystem:DeleteMountTarget",
"elasticfilesystem:DeleteFileSystem",
"elasticfilesystem:UpdateFileSystem",
"elasticfilesystem:PutLifecycleConfiguration"
"elasticfilesystem:PutLifecycleConfiguration",
"elasticfilesystem:TagResource"
],
"Resource": "*"
},
Expand Down
4 changes: 3 additions & 1 deletion launch/launch-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"batch:CancelJob",
"batch:SubmitJob",
"batch:ListJobs",
"batch:TagResource",
"batch:DescribeComputeEnvironments",
"batch:TerminateJob",
"batch:DescribeJobs",
Expand All @@ -26,7 +27,8 @@
"logs:StartQuery",
"logs:StopQuery",
"logs:TestMetricFilter",
"logs:FilterLogEvents"
"logs:FilterLogEvents",
"secretsmanager:ListSecrets"
],
"Resource": "*"
}
Expand Down

0 comments on commit 65b4659

Please sign in to comment.