connect to RDS using Secrets Manager

0

I have my password for our RDS Oracle instance stored in Secrets Manager and I'm trying to connect using JAVA, Class.forName("com.amazonaws.secretsmanager.sql.AWSSecretsManagerOracleDriver");
**I get an error: ** NoClassDefFoundError: com/amazonaws/client/builder/AwsSyncClientBuilder

I keep looking for this class file and can't find it. Please help

asked 8 months ago479 views
1 Answer
0

Hello.
Perhaps the source code you are looking for is in the following GitHub.
https://github.com/aws/aws-secretsmanager-jdbc/blob/master/src/main/java/com/amazonaws/secretsmanager/sql/AWSSecretsManagerOracleDriver.java

Please refer to the following document for instructions on how to use the driver.
https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_jdbc.html

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions