(rds): Support kerberos authentication on RDS clusters #28050
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.
p2
Describe the feature
Support kerberos (domain and domainIamRoleName arguments) on RDS clusters for authentication. This is supported on RDS single instances but not clusters. These arguments are exposed by CloudFormation.
Use Case
So that I can configure my RDS cluster to support kerberos authentication and not have to maintain separate passwords in RDS.
Proposed Solution
Add domain and domainIamRoleName props to RDS DatabaseClusterProps and pass those to CfnDatabaseCluster
Other Information
No response
Acknowledgements
CDK version used
2.110.0
Environment details (OS name and version, etc.)
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: