Skip to content

Commit

Permalink
remove policy change related to put object, as it will be dealt with …
Browse files Browse the repository at this point in the history
…in a different PR
  • Loading branch information
sekharpanja committed Nov 20, 2024
1 parent 3cdb2c7 commit 2631cdd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infra/ecs_main_gitlab.tf
Original file line number Diff line number Diff line change
Expand Up @@ -955,14 +955,6 @@ data "aws_iam_policy_document" "gitlab_runner" {
"${aws_ecr_repository.user_provided.arn}",
]
}

# Allow put object for private packages
statement {
actions = ["s3:PutObject"]
resources = [
"arn:aws:s3:::${aws_s3_bucket.notebooks.id}/shared/*"
]
}
}

resource "aws_iam_policy_attachment" "gitlab_runner" {
Expand Down

0 comments on commit 2631cdd

Please sign in to comment.