Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rds): more extensive secret rotation support #5281

Merged
merged 7 commits into from
Dec 20, 2019

Commits on Dec 3, 2019

  1. feat(rds,secretsmanager): new databases, multi user scheme

    Add support for Redshift clusters, DocumentDB databases and the multi user rotation scheme.
    
    Move `SecretRotation` from `aws-rds` to `aws-secretsmanager`.
    
    Add resource policy for secrets and use it to prevent deletion of secrets for which rotation is
    enabled.
    
    Update instance class to `t3` in `aws-rds` integration tests (`t2` is being deprecated and Oracle
    `t2` instances cannot be created anymore).
    
    Closes aws#5194
    
    BREAKING CHANGE: `addRotationSingleUser(id: string, options: SecretRotationOptions)` is now `addRotationSingleUser(automaticallyAfter?: Duration)`
    jogold committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d6360ce View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    1f06499 View commit details
    Browse the repository at this point in the history
  2. code-block

    jogold committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    05eb2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee9a719 View commit details
    Browse the repository at this point in the history
  4. readonly

    jogold committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    9a520fc View commit details
    Browse the repository at this point in the history
  5. JSDoc

    jogold committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a1fe241 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    9f55b83 View commit details
    Browse the repository at this point in the history