Skip to content

Commit

Permalink
Add ELT metadata bucket to redshift serverless policy (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavey-gds authored Feb 8, 2024
1 parent 85e2e61 commit 145210a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iac/main/resources/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ IAMRoleRedshiftServerless:
- !Sub 'arn:aws:s3:::${RawLayerBucket}/*'
- !Sub 'arn:aws:s3:::${StageLayerBucket}'
- !Sub 'arn:aws:s3:::${StageLayerBucket}/*'
- !Sub 'arn:aws:s3:::${ELTMetadataBucket}'
- !Sub 'arn:aws:s3:::${ELTMetadataBucket}/*'
- Effect: Allow
Resource: !Sub arn:aws:glue:eu-west-2:${AWS::AccountId}:*
Action:
Expand Down

0 comments on commit 145210a

Please sign in to comment.