Skip to content

Commit

Permalink
Update s3 policy
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed May 6, 2024
1 parent 0e8f4ce commit 92ea8b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/cloudformation/github_actions_oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ Resources:
Resource: [
!Sub "arn:aws:s3:::${BucketName}*"
]
- PolicyName: s3-list-bucket
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action: [
"s3:ListBucket",
]
Resource: [
!Sub "arn:aws:s3:::*"
]
SparkRole:
Type: AWS::IAM::Role
Properties:
Expand Down

0 comments on commit 92ea8b0

Please sign in to comment.