We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f44f360 + bead908 commit b5fdedeCopy full SHA for b5fdede
cfn/ci_cd.yml
@@ -382,12 +382,16 @@ Resources:
382
"Effect": "Allow",
383
"Resource": [
384
"arn:aws:kms:*:658956600833:key/*",
385
- "arn:aws:kms:*:658956600833:alias/*"
+ "arn:aws:kms:*:658956600833:alias/*",
386
+ "arn:aws:kms:*:370957321024:key/*",
387
+ "arn:aws:kms:*:370957321024:alias/*"
388
],
389
"Action": [
390
"kms:Encrypt",
391
"kms:Decrypt",
- "kms:GenerateDataKey"
392
+ "kms:GenerateDataKey",
393
+ "kms:GenerateDataKeyWithoutPlaintext",
394
+ "kms:ReEncrypt"
395
]
396
}
397
0 commit comments