Skip to content

Commit

Permalink
Fixed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Nov 3, 2023
1 parent c28e03a commit a14c5b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ This source requies the following IAM Policy
"Effect": "Allow",
"Action": [
"autoscaling:Describe*",
"cloudfront:Get*",
"cloudfront:List*",
"cloudwatch:Describe*",
"cloudwatch:ListTagsForResource",
"dynamodb:Describe*",
"dynamodb:List*",
"ec2:Describe*",
Expand All @@ -31,10 +34,11 @@ This source requies the following IAM Policy
"network-firewall:Describe*",
"network-firewall:List*",
"rds:Describe*",
"rds:ListTagsForResource",
"route53:Get*",
"route53:List*",
"s3:GetBucket*",
"s3:ListAllMyBuckets"
"s3:ListAllMyBuckets",
],
"Resource": "*"
}
Expand Down

0 comments on commit a14c5b9

Please sign in to comment.