-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The launch policy looks to be defined twice:
once in launch/launch-policy.json
:
nf-tower-aws/launch/launch-policy.json
Lines 5 to 8 in ca1eca1
"Sid": "VisualEditor0", | |
"Effect": "Allow", | |
"Action": [ | |
"batch:DescribeJobQueues", |
and once in forge/forge-policy.json
(this json document contains both the forge policy and the second launch policy:
nf-tower-aws/forge/forge-policy.json
Lines 62 to 66 in ca1eca1
"Sid": "TowerLaunch0", | |
"Effect": "Allow", | |
"Action": [ | |
"s3:Get*", | |
"s3:List*", |
There are differences between the two launch policies:
Is there any benefit in defining the launch policy in forge/forge-policy.json
? Perhaps it would be best to remove it and rely on just the one copy in launch/launch-policy.json
.
Metadata
Metadata
Assignees
Labels
No labels