Skip to content

Commit 0b07701

Browse files
authored
HMCTS Airflow Test Perms: Add get Obj attributes (#4819)
adding perms for hmcts pipeline to get last modified date
1 parent 5572ed8 commit 0b07701

File tree

1 file changed

+2
-1
lines changed
  • terraform/aws/analytical-platform-data-engineering-sandbox-a/airflow-create-a-pipeline

1 file changed

+2
-1
lines changed

terraform/aws/analytical-platform-data-engineering-sandbox-a/airflow-create-a-pipeline/iam-policies.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ data "aws_iam_policy_document" "airflow_create_a_pipeline" {
118118
"s3:DeleteObjectVersion",
119119
"s3:PutObject",
120120
"s3:PutObjectAcl",
121-
"s3:RestoreObject"
121+
"s3:RestoreObject",
122+
"s3:GetObjectAttributes"
122123
]
123124
resources = [
124125
"arn:aws:s3:::alpha-hmcts-de-testing-sandbox",

0 commit comments

Comments
 (0)