Skip to content

Commit

Permalink
skip: Merge remote-tracking branch 'origin/update_iam_per_policy' int…
Browse files Browse the repository at this point in the history
…o feature/policy_testing_v2
  • Loading branch information
anna-shcherbak committed Jun 26, 2024
2 parents 8703bc5 + 2b080c8 commit a0e14a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudfront:GetDistributionConfig"
],
"Resource": "*"
}
]
}
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudfront:ListDistributions",
"cloudfront:GetDistributionConfig",
"tag:GetResources"
],
"Resource": "*"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"Statement": [
{
"Effect": "Allow",
"Action": [
"Action": [
"iam:ListAccessKeys",
"iam:GetUser",
"iam:ListAccessKeys"
],
Expand Down

0 comments on commit a0e14a4

Please sign in to comment.