Skip to content

Commit 1290160

Browse files
more permissions
1 parent 5766c75 commit 1290160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/iam_role_glue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ data "aws_iam_policy_document" "glue_service_policy" {
5050
"s3:DeleteObject"
5151
]
5252
resources = ["arn:aws:s3:::${local.csi}-glue-bucket/*",
53-
"arn:aws:s3:::${local.csi_global}-event-reporting/*"]
53+
"arn:aws:s3:::${local.csi_global}-eventcache/*"]
5454
}
5555
statement {
5656
sid = "GlueCatalogAccess"

0 commit comments

Comments
 (0)