-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
@aws-cdk/aws-docdbRelated to Amazon DocumentDBRelated to Amazon DocumentDBbugThis issue is a bug.This issue is a bug.closed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortneeds-reproductionThis issue needs reproduction.This issue needs reproduction.p2
Description
What is the problem?
aws_docdb.DatabaseCluster.addRotationSingleUser() secret rotator fails
Reproduction Steps
const cluster = new aws_docdb.DatabaseCluster(this, 'Database', { ... });
cluster.addRotationSingleUser();
Go to SecretsManager, find the associated secret and click the "Rotate secret immediately". Note error message with "A previous rotation isn't complete."
What did you expect to happen?
Secret rotation should succeed.
What actually happened?
Fail to rotate the secret "... secret name ..."
CDK CLI Version
2.0.0-rc.24
Framework Version
2.0.0-rc.24
Node.js Version
v14.17.5
OS
MacOS
Language
Typescript
Language Version
4.4.3
Other information
No response
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-docdbRelated to Amazon DocumentDBRelated to Amazon DocumentDBbugThis issue is a bug.This issue is a bug.closed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortneeds-reproductionThis issue needs reproduction.This issue needs reproduction.p2