Skip to content

(aws-docdb): password rotation should work #17288

@ahammond

Description

@ahammond

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

No one assigned

    Labels

    @aws-cdk/aws-docdbRelated to Amazon DocumentDBbugThis issue is a bug.closed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.effort/smallSmall work item – less than a day of effortneeds-reproductionThis issue needs reproduction.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions