Skip to content

Commit

Permalink
updated KMS actions (#551)
Browse files Browse the repository at this point in the history
* updated KMS actions

* fmt checks
  • Loading branch information
charlesvictor83 authored Feb 9, 2024
1 parent 145210a commit 7d56afe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iac/main/resources/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ IAMRoleRedshiftServerless:
- 'glue:GetDatabase'
- 'glue:GetDatabases'
- 'glue:GetPartitions'
- Effect: Allow
Resource: !GetAtt KmsKey.Arn
Action:
- 'kms:Decrypt'
- 'kms:Encrypt'
- 'kms:DescribeKey'
- 'kms:ReEncrypt'
- 'kms:GenerateDataKey'

RedshiftSecret:
Type: 'AWS::SecretsManager::Secret'
Expand Down

0 comments on commit 7d56afe

Please sign in to comment.