-
Notifications
You must be signed in to change notification settings - Fork 4.5k
AWS::RDS::DBCluster Password management with Amazon Aurora and AWS Secrets Manager #29239
Copy link
Copy link
Open
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p3
Description
Describe the feature
Amazon Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters.
This feature is implemented on the aws_cdk.aws_rds.CfnDBCluster construct but not on the aws_cdk.aws_rds.DatabaseCluster construct.
At the moment unique way to activated is running a
cluster.node.default_child.add_override('Properties.ManageMasterUserPassword', True) instruction.
Use Case
I need to activate the password management for an aurora Serverless V2 database using secret manager.
Proposed Solution
add this parameter in the aws_cdk.aws_rds.DatabaseCluster class constructor.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.129.0
Environment details (OS name and version, etc.)
linux ubuntu
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p3