Skip to content

Commit d4b27c6

Browse files
committed
Add KMS permission to Redshift Role
1 parent 5298aaf commit d4b27c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

testing/cloudformation.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ Resources:
9696
PolicyDocument:
9797
Version: 2012-10-17
9898
Statement:
99+
- Effect: Allow
100+
Action:
101+
- kms:Encrypt
102+
- kms:Decrypt
103+
- kms:GenerateDataKey
104+
Resource:
105+
- Fn::GetAtt:
106+
- KmsKey
107+
- Arn
99108
- Effect: Allow
100109
Action:
101110
- s3:Get*

0 commit comments

Comments
 (0)