-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(RDS): Support RDS certificate authority #26865
Copy link
Copy link
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdneeds-reviewp1
Description
Latest Update from CDK Team:
Still missing support for reader/writers on cluster. See:
#26865 (comment)
Describe the feature
Since cloudformation supports changing the rds certificate authority CDK should do so as well. aws-cloudformation/cloudformation-coverage-roadmap#211.
Use Case
My current CA is rds-ca-2019 and I need to change it. All our AWS resources are scripted as IaC. Therfore, I do not want to change that via the AWS Console but use CDK instead.
Proposed Solution
Add a property supporting the CA
Other Information
To contribute a PR for this I probably would need some guidance since I this would be my first contribution to the CDK repository
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.91.0
Environment details (OS name and version, etc.)
macOS 13.5.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdneeds-reviewp1