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

1 réponse
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
répondu il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions