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

provider/aws: Redshift Cluster: Fix for master_username & password #9837

Merged
merged 1 commit into from
Dec 16, 2016

Conversation

Ninir
Copy link
Contributor

@Ninir Ninir commented Nov 3, 2016

This forces the master_username & master_password to be defined when not in a restore mode.
If snapshot_identifier is not set by the user, those are required. Currently, AWS returns errors about those being not set.

@Ninir Ninir force-pushed the redshift_cluster_password branch 2 times, most recently from 01eff3e to ba9430a Compare November 3, 2016 14:16
@Ninir Ninir changed the title provider/aws: Fix for master_username & password provider/aws: Redshift Cluster: Fix for master_username & password Nov 3, 2016
Copy link
Contributor

@catsby catsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 sad this is a runtime validation/error instead of plan time, but until we have a RequiredUnless type setup in the schema, this will have to do

* `master_password` - (Required) Password for the master DB user. Note that this may
show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
* `master_password` - (Required unless a `snapshot_identifier` is provided) Password for the master DB user.
Note that this may show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

master_password has Sensitive: true set, which should keep it's contents out of the logs. We should optionally pgp encrypt it in the state, like we been doing for some other resources

@catsby catsby merged commit 7711952 into hashicorp:master Dec 16, 2016
@Ninir Ninir deleted the redshift_cluster_password branch December 20, 2016 09:03
@ghost
Copy link

ghost commented Apr 18, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants