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 21, 2024
2 parents 7b1d832 + 5508d24 commit 2483753
Show file tree
Hide file tree
Showing 9 changed files with 214 additions and 212 deletions.
3 changes: 2 additions & 1 deletion auto_policy_testing/scripts/exception_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"glue",
"account",
"workspaces",
"iam"
"iam",
"cloudtrail"
],
"sleep_before_scan": [
"account",
Expand Down
410 changes: 204 additions & 206 deletions iam/All-permissions_1.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Effect": "Allow",
"Action": [
"iam:GetCredentialReport",
"iam:GenerateCredentialReport",
"iam:ListUsers",
"iam:GetUser"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Action": [
"iam:ListUsers",
"iam:GetUser",
"iam:GenerateCredentialReport",
"iam:GetCredentialReport"
],
"Resource": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Effect": "Allow",
"Action": [
"tag:GetResources"
"rds:DescribeDBInstances"
],
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Action": [
"iam:ListAccessKeys",
"iam:GetUser",
"iam:ListAccessKeys"
"iam:ListAccessKeys",
"iam:ListUsers"
],
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Effect": "Allow",
"Action": [
"kafka:ListClusters"
"kafka:ListClustersV2"
],
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Effect": "Allow",
"Action": [
"kafka:ListClusters"
"kafka:ListClustersV2"
],
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Effect": "Allow",
"Action": [
"kafka:ListClusters"
"kafka:ListClustersV2"
],
"Resource": "*"
}
Expand Down

0 comments on commit 2483753

Please sign in to comment.