Skip to content

Commit

Permalink
HMCTS Airflow Test Perms: Add get Obj attributes (#4819)
Browse files Browse the repository at this point in the history
adding perms for hmcts pipeline to get last modified date
  • Loading branch information
matt-heery authored Jul 31, 2024
1 parent 5572ed8 commit 0b07701
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ data "aws_iam_policy_document" "airflow_create_a_pipeline" {
"s3:DeleteObjectVersion",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:RestoreObject"
"s3:RestoreObject",
"s3:GetObjectAttributes"
]
resources = [
"arn:aws:s3:::alpha-hmcts-de-testing-sandbox",
Expand Down

0 comments on commit 0b07701

Please sign in to comment.