Skip to content

Commit 47844be

Browse files
committed
NRL-1188 Update glue iam policy
1 parent 3e92fbc commit 47844be

File tree

1 file changed

+12
-12
lines changed
  • terraform/account-wide-infrastructure/modules/glue

1 file changed

+12
-12
lines changed

terraform/account-wide-infrastructure/modules/glue/iam.tf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ resource "aws_iam_role_policy" "glue_service_role_policy" {
2121
policy = jsonencode({
2222
"Version" : "2012-10-17",
2323
"Statement" : [
24-
{
25-
"Effect" : "Allow",
26-
"Action" : [
27-
"glue:*",
28-
"s3:GetBucketLocation",
29-
"s3:ListBucket",
30-
"s3:ListAllMyBuckets",
31-
"s3:GetBucketAcl",
32-
"cloudwatch:PutMetricData"
33-
],
34-
"Resource" : ["*"]
35-
},
24+
# {
25+
# "Effect" : "Allow",
26+
# "Action" : [
27+
# "glue:*",
28+
# "s3:GetBucketLocation",
29+
# "s3:ListBucket",
30+
# "s3:ListAllMyBuckets",
31+
# "s3:GetBucketAcl",
32+
# "cloudwatch:PutMetricData"
33+
# ],
34+
# "Resource" : ["*"]
35+
# },
3636
{
3737
"Effect" : "Allow",
3838
"Action" : ["s3:CreateBucket"],

0 commit comments

Comments
 (0)