-
Notifications
You must be signed in to change notification settings - Fork 372
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
Allow changing an RDS instance master password, e.g. after restoring from a snapshot #1121
Comments
@danports i have asked for this scenario in slack already: |
I wonder if there's any workaround/hack other than calling AWS API directly to reset master credentials |
Have you checked if #1756 made any differences? |
Unfortunately, in 0.43.0 it is still an issue |
As described in #1879 (comment) I think the best way to solve this issue would be to implement something like #1756 for |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
…uginsdk Switch from the NoFork terminology to the TerraformPluginSDK terminology
I also suffer from the same issue |
This is a follow up from #1087.
What problem are you facing?
As it stands, the provider will never set the master password for instances restored from snapshots: The underlying
RestoreDBInstanceFromDBSnapshot
AWS API call doesn't support it, andGenerateModifyDBInstanceInput
disregards password changes. Thanks to the latter, there's also no way to change the master password for an existing RDS instance if the user desires that.How could Crossplane help solve your problem?
Provide some mechanism for changing RDS instance master passwords, e.g. by keeping them in sync with the referenced secret.
The text was updated successfully, but these errors were encountered: