AWS::RDS::DBCluster Password management with Amazon Aurora and AWS Secrets Manager #29239
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
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
CDK version used
2.129.0
Environment details (OS name and version, etc.)
linux ubuntu
The text was updated successfully, but these errors were encountered: