Skip to content

Commit 7138e52

Browse files
committed
Added RDS policy exception cdk_nag
1 parent 9fea135 commit 7138e52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/posit-db.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ export class DbStack extends cdk.NestedStack {
2424
reason: 'Adds complexity and will break the solution without Kube restart. As a solution starter this is not required.'
2525
},
2626
])
27+
NagSuppressions.addStackSuppressions(this, [
28+
{
29+
id: 'AwsSolutions-RDS10',
30+
reason: 'Conflicts with stack deletion.'
31+
},
32+
])
2733
NagSuppressions.addStackSuppressions(this, [
2834
{
2935
id: 'AwsSolutions-RDS6',

0 commit comments

Comments
 (0)