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

posta 9 mesi fa500 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande