feat(rds): ClientPasswordAuthType property on DatabaseProxy#28540
feat(rds): ClientPasswordAuthType property on DatabaseProxy#28540mergify[bot] merged 5 commits intoaws:mainfrom
Conversation
kaizencc
left a comment
There was a problem hiding this comment.
Just one minor nit @lpizzinidev. Everything else looks good :)
| /** | ||
| * Specifies the details of authentication used by a proxy to log in as a specific database user. | ||
| * | ||
| * @default - The default client password authentication type for the database engine is used. |
There was a problem hiding this comment.
Minor nit: this @default tag doesn't provide any useful information. is there a link to a doc that shows what the defaults are for different database engines?
There was a problem hiding this comment.
I wasn't able to find one.
I agree that this is unclear, but I'm not sure how we should state this.
Should we just say that CloudFormation handles the default given the specified engine?
There was a problem hiding this comment.
Yeah, lets just say CloudFormation handles the default. Should be clear that its not us making the decisions.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Adds support for [`ClientPasswordAuthType`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxy-authformat.html#cfn-rds-dbproxy-authformat-clientpasswordauthtype) on `DatabaseProxy` construct. Closes aws#28415. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Adds support for
ClientPasswordAuthTypeonDatabaseProxyconstruct.Closes #28415.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license