Skip to content

Commit

Permalink
feat(rds): Support SQL Server for RDS proxy (#25102)
Browse files Browse the repository at this point in the history
Closes #22164

[As stated in the issue the iam auth has a third option with the support for sql server.](#22164 (comment)) I did not add it in this pull request, because replacing the boolean property iamAuth with a string property would lead to breaking changes.
We should open up another issue for this and fix this separately.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
daschaa committed Apr 18, 2023
1 parent 1b18a19 commit 2ea3e45
Show file tree
Hide file tree
Showing 11 changed files with 2,581 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "31.0.0",
"files": {
"b4a5559af4ad6c38f2ee9f74b53b1b86efd673d82a598a085654e2c921d8edda": {
"source": {
"path": "aws-cdk-rds-proxy-sql-server.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "b4a5559af4ad6c38f2ee9f74b53b1b86efd673d82a598a085654e2c921d8edda.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
}
},
"dockerImages": {}
}
Loading

0 comments on commit 2ea3e45

Please sign in to comment.