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(kms): Allow opting out of "Retain" deletion policy #1685

Merged
merged 6 commits into from
Feb 13, 2019

Commits on Feb 6, 2019

  1. feat(kms): Allow opting out of "Retain" deletion policy

    Gives the user control over whether the key should be retained or
    scheduled for deletion when it is removed from the stack (or the stack
    is deleted). This is convenient in particular for integration tests, to
    avoid accumulating garbage over successive runs.
    RomainMuller committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ccb805f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aad146 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    RomainMuller committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    23a71b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d854e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    0797a5b View commit details
    Browse the repository at this point in the history
  2. Fix merge artifact

    RomainMuller committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    eb3d07c View commit details
    Browse the repository at this point in the history