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

fix(redshift): cluster uses key ARN instead of key ID #17108

Merged
merged 3 commits into from
Oct 25, 2021
Merged

fix(redshift): cluster uses key ARN instead of key ID #17108

merged 3 commits into from
Oct 25, 2021

Commits on Oct 22, 2021

  1. fix(redshift): use keyid for encryption key

    Field was incorrectly using key arn instead of id.
    
    Fixes #17032
    iRoachie committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    23ecf3e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Update packages/@aws-cdk/aws-redshift/lib/cluster.ts

    Co-authored-by: Nick Lynch <nlynch@amazon.com>
    iRoachie and njlynch committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a095483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6640fa4 View commit details
    Browse the repository at this point in the history