-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws-cdk] rds module not able to add proxy #9195
Comments
Sorry, currently not available
There's no way to read Its' unstable that it currently rely on aws-cdk/packages/@aws-cdk/aws-rds/lib/proxy.ts Lines 69 to 75 in 489eae6
Ideas and suggestions are welcome. |
Would it be possible to add the engine property to the IDatabaseCluster? |
Any updates on this @civilizeddev ? Best, Roland |
The current ProxyTarget relied on the underlying L1s to get the engine type for a given Cluster/Instance. Change IDatabaseCluster and IInstanceEngine to add an (optional) `engine` property that is used instead. Allow the user to specify the engine when importing a Cluster or Instance. Also move the logic of determining the engine family into IEngine. Fixes aws#9195
The current ProxyTarget relied on the underlying L1s to get the engine type for a given Cluster/Instance. Change IDatabaseCluster and IInstanceEngine to add an (optional) `engine` property that is used instead. Allow the user to specify the engine when importing a Cluster or Instance. Also move the logic of determining the engine family into `IEngine`. Fixes #9195 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
hey @civilizeddev, @skinny85 figured it out :) TY! |
@I2olanD care to elaborate how? |
Any solution for this? Im impacted with the same issue as well |
hey @tvb, sorry for the super late response. I don't have access to that codebase anymore but if i remember correctly, we created a new cluster via "DatabaseClusterFromSnapshot" and added the proxy to that. |
Hey,
i'm currently trying to add a RDS proxy to my db cluster. Apparently, i get following error:
Cannot read property 'engine' of undefined.
Reproduction Steps
Error Log
Cannot read property 'engine' of undefined.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: