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 6f48105 commit 35e317dCopy full SHA for 35e317d
packages/cdk/nagSuppressions.ts
@@ -20,6 +20,28 @@ export const nagSuppressions = (stack: Stack) => {
20
]
21
)
22
23
+ safeAddNagSuppression(
24
+ stack,
25
+ "/StatefulStack/Cognito/UserPoolDomain/CloudFrontDomainName/CustomResourcePolicy/Resource",
26
+ [
27
+ {
28
+ id: "AwsSolutions-IAM5",
29
+ reason: "Suppress error for wildcard permissions. This is an auto generated one for cognito domain"
30
+ }
31
+ ]
32
+ )
33
+
34
35
36
+ "/StatefulStack/AWS679f53fac002430cb0da5b7982bd2287/ServiceRole/Resource",
37
38
39
+ id: "AwsSolutions-IAM4",
40
+ reason: "Suppress error for using AWS managed policy. This is an auto generated one for cognito domain"
41
42
43
44
45
safeAddNagSuppressionGroup(
46
stack,
47
[
0 commit comments