You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use cdk v2.116.0 and synth again. The following cdk-nag error shows up this time.
[Error at /MyStack/MyConstruct/Secret/Resource] AwsSolutions-SMG4: The secret does not have automatic rotation scheduled. AWS Secrets Manager can be configured to automatically rotate the secret for a secured service or database.
What is the problem?
When using cdk v2.116.0 or later, even if Secrets Manager secret rotation is configured, SecretsManagerRotationEnabled rule results in non-compliant.
Reproduction Steps
What did you expect to happen?
SecretsManagerRotationEnabled rule results in compliant when using cdk v2.116.0 or later.
What actually happened?
SecretsManagerRotationEnabled is non compliant when using cdk v2.116.0 or later.
cdk-nag version
2.28.11
Language
Typescript
Other information
I will try to fix this later.
The text was updated successfully, but these errors were encountered: