Open 0xADD1E opened 1 week ago
This would actually really be useful for one of projects I'm working on as I end up just changing manually every month. Probably thinking it should be mirror the already-existing pattern anyway for consistency if it's supported in one instance type and not others
Is your feature request related to a problem? Please describe. I am unable to automatically retrieve Oracle RDS database connection credentials from AWS secrets manager and use those credentials to log in with DataGrip.
Describe the solution you'd like I'd like to pass a secret name to an Oracle datasource and get a connection as a result.
Describe alternatives you've considered Manually copying values from the secret is a current workaround, but auto-rotation causes headaches.
Additional context This is the same functionality as described in #1508 (which works perfectly for MySQL instances) - just wanting the same experience for Oracle RDS instances