-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws-rds: generate password/secret with SnapshotCredentials #20432
Comments
Looks to me that the only difference is that aws-cdk/packages/@aws-cdk/aws-rds/lib/props.ts Lines 345 to 352 in 2edcbba
aws-cdk/packages/@aws-cdk/aws-rds/lib/props.ts Lines 361 to 367 in 2edcbba
Would you be willing to help us clarify this in the documentation? Check out Contributing.md to get started. Let me know if you have any questions 🙂 |
Thanks for the clarification. It is worth mentioning, as I pointed out in #20434, the
I would love to contribute. I will reach out to you if need help |
Closes #20432 ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes aws#20432 ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the issue
There are two methods in the
aws-rds.SnapshotCredentials
for generating password/secret for the snapshot:1- fromGeneratedPassword 2- fromGeneratedSecret
What is the difference between these two methods? The documentation says the same thing about them.
Links
SnapshotCredentials.
The text was updated successfully, but these errors were encountered: