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.
1 parent f44f360 commit d6f25aaCopy full SHA for d6f25aa
cfn/ci_cd.yml
@@ -382,12 +382,15 @@ 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
]
395
}
396
0 commit comments