Skip to content

Commit

Permalink
Merge pull request #145 from cisagov/improvement/add-additional-permi…
Browse files Browse the repository at this point in the history
…ssions

Add CloudFront Origin Access Controls permissions to `ProvisionPublishEgressIP` policy
  • Loading branch information
dav3r authored May 28, 2024
2 parents 7a62b18 + de54e29 commit 120003f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dns/provisionpublishegressip_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ data "aws_iam_policy_document" "provisionpublishegressip_doc" {
statement {
actions = [
"cloudfront:CreateDistribution",
"cloudfront:CreateOriginAccessControl",
"cloudfront:DeleteDistribution",
"cloudfront:DeleteOriginAccessControl",
"cloudfront:GetDistribution",
"cloudfront:GetOriginAccessControl",
"cloudfront:ListTagsForResource",
"cloudfront:TagResource",
"cloudfront:UpdateDistribution",
Expand Down Expand Up @@ -156,6 +159,7 @@ data "aws_iam_policy_document" "provisionpublishegressip_doc" {
actions = [
"s3:CreateBucket",
"s3:DeleteBucket",
"s3:DeleteBucketPolicy",
"s3:DeleteBucketWebsite",
"s3:DeleteObject",
"s3:DeleteObjectVersion",
Expand Down

0 comments on commit 120003f

Please sign in to comment.