Skip to content

Commit

Permalink
chore: Minimise permissions when not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosuma committed Apr 29, 2024
1 parent 8ae5176 commit bdc3959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ func configExportPolicies(info *acc.ClusterInfo, policyName, roleName, awsAccess
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Effect": "Deny",
"Action": "*",
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "aws_iam_role_policy" "test_policy" {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Effect": "Deny",
"Action": "*",
"Resource": "*"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aws_iam_role_policy" "test_policy" {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Effect": "Deny",
"Action": "*",
"Resource": "*"
}
Expand Down

0 comments on commit bdc3959

Please sign in to comment.