GithubHelp home page GithubHelp logo

Comments (4)

willdady avatar willdady commented on September 26, 2024

Hi @robertd. You can trigger this manually by simply invoking the Lambda function which is normally triggered by the EventBridge rule. Refer to the architecture diagram at the bottom of the README.

from cdk-iam-credentials-rotator.

robertd avatar robertd commented on September 26, 2024

@willdady I've tried triggering the function with EventBridge trigger (description: Initiates IAM credential rotation for a list of users)... but I keep getting the error in the screenshot.

image

image

However, I noticed if I play around with scheduleDuration I can trigger key rotation, but that requires multiple cdk deployments (setting this param to some arbitrary value in the future initially, and then setting it yo 7 days which will trigger key rotation and custom handler execution).

from cdk-iam-credentials-rotator.

willdady avatar willdady commented on September 26, 2024

Deleting the credentials from Secrets Manager is not instant.

Secrets Manager performs the actual deletion with an asynchronous background process, so there might be a short delay before the secret is permanently deleted.

You are likely to run into this error if you set scheduleDuration too low as it will be trying to create the secret when it already exists, albeit in a deleting state. Similarly, if you manually invoke the Lambda more than once within a small amount of time you are very likely get that error.

Unfortunately it's unclear on how long it typically takes for the secret to actually be deleted.

from cdk-iam-credentials-rotator.

robertd avatar robertd commented on September 26, 2024

Thanks for all the help. 👍

from cdk-iam-credentials-rotator.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.