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

r/aws_redshift_cluster: support managed master passwords #34182

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. r/aws_redshift_cluster: support managed master passwords

    This change adds the manage_master_password and master_password_secret_kms_key_id arguments
    allowing the configuration of AWS managed credentials via SecretsManager. The manage_master_password
    argument conflicts with the master_password argument, and at least one must be set when
    creating a new cluster not restored from a snapshot. The master_password_secret_arn attribute
    was added to track the ARN of the SecretsManager secret which stores cluster credentials.
    jar-b committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fc2fa19 View commit details
    Browse the repository at this point in the history