Skip to content

Commit

Permalink
[Policies] Add ec2:DeleteTags to the pcluster user role as required b…
Browse files Browse the repository at this point in the history
…y workflows updating the head node instance.

 The permissions has been added to the public CFN template for permissions and in the role assumed by the test framework

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Apr 10, 2024
1 parent 66ee89b commit d153564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cloudformation/policies/parallelcluster-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Resources:
- ec2:CreateSecurityGroup
- ec2:CreateSnapshot
- ec2:CreateTags
- ec2:DeleteTags
- ec2:CreateVolume
- ec2:DeleteLaunchTemplate
- ec2:DeleteNetworkInterface
Expand Down
1 change: 1 addition & 0 deletions tests/iam_policies/user-role.cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ Resources:
- ec2:CreateSecurityGroup
- ec2:CreateSnapshot
- ec2:CreateTags
- ec2:DeleteTags
- ec2:CreateVolume
- ec2:DeleteLaunchTemplate
- ec2:DeleteNetworkInterface
Expand Down

0 comments on commit d153564

Please sign in to comment.