Skip to content

Commit

Permalink
Update reference of perms required for deploy and cert verification
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdh committed Mar 5, 2020
1 parent 6211bfc commit c3579b4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions aws/deploy_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
"Action": [
"route53:ChangeResourceRecordSets",
"route53:ListHostedZones",
"route53:ListResourceRecordSets"
"route53:ListResourceRecordSets",
"route53:GetHostedZone"
],
"Resource": "*"
},
Expand All @@ -153,20 +154,21 @@
"acm:AddTagsToCertificate",
"acm:RequestCertificate",
"acm:DescribeCertificate",
"acm:DeleteCertificate"
"acm:DeleteCertificate",
"acm:ListCertificates"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"apigateway:GET",
"apigateway:POST",
"apigateway:DELETE"
"apigateway:*"
],
"Resource": [
"arn:aws:apigateway:*::/domainnames",
"arn:aws:apigateway:*::/domainnames/*"
"arn:aws:apigateway:*::/domainnames/*",
"arn:aws:apigateway:*::/domainnames/*/*",
"arn:aws:apigateway:*::/domainnames/*/*/*"
]
},
{
Expand Down

0 comments on commit c3579b4

Please sign in to comment.