Skip to content

Commit 3377c79

Browse files
chore(CFN): Add kms:GetPublicKey permissions to KMS policies (#189)
1 parent e9a2a51 commit 3377c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cfn/CI.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Resources:
252252
- kms:Encrypt
253253
- kms:Decrypt
254254
- kms:GenerateDataKey
255+
- kms:GetPublicKey
255256
Resource:
256257
- !Sub "arn:aws:kms:*:658956600833:key/*"
257258
- !Sub "arn:aws:kms:*:658956600833:alias/*"
@@ -268,6 +269,7 @@ Resources:
268269
- kms:Encrypt
269270
- kms:Decrypt
270271
- kms:GenerateDataKey
272+
- kms:GetPublicKey
271273
Resource:
272274
- !Sub "arn:aws:kms:us-east-1:658956600833:key/*"
273275
- !Sub "arn:aws:kms:us-east-1:658956600833:alias/*"
@@ -284,6 +286,7 @@ Resources:
284286
- kms:Encrypt
285287
- kms:Decrypt
286288
- kms:GenerateDataKey
289+
- kms:GetPublicKey
287290
Resource:
288291
- !Sub "arn:aws:kms:eu-west-1:658956600833:key/*"
289292
- !Sub "arn:aws:kms:eu-west-1:658956600833:alias/*"

0 commit comments

Comments
 (0)