Skip to content

Commit df20136

Browse files
Merge pull request #1328 from joelddiaz/copyimage
add ec2:CopyImage as a required permission
2 parents fea6cff + d504acf commit df20136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/installconfig/aws/permissions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var installPermissions = []string{
2020
"ec2:AttachInternetGateway",
2121
"ec2:AuthorizeSecurityGroupEgress",
2222
"ec2:AuthorizeSecurityGroupIngress",
23+
"ec2:CopyImage",
2324
"ec2:CreateDhcpOptions",
2425
"ec2:CreateInternetGateway",
2526
"ec2:CreateNatGateway",

0 commit comments

Comments
 (0)