The AWS Secrets Manager JDBC Library enables Java developers to easily connect to SQL databases using secrets stored in AWS Secrets Manager. We provide database drivers that intercept calls to real database drivers and swap out secret IDs for actual login credentials. This prevents hard-coding database credentials into your application code. This can be integrated into your app through a few configuration file changes. Change the jdbc url to one that our driver will intercept (starting with jdbc-secretsmanager), Change the c3p0 user to be the secret ID of the secret in secrets manager that has the username and password, and change the driverClass to be our driver wrapper. The secret being used should be in the JSON format we use for our rotation lambdas for RDS databases.

Features

  • This library is licensed under the Apache 2.0 License
  • Provides wrappers to common JDBC drivers enabling simple database connectivity
  • Provides database connection pooling support through c3p0
  • After you've downloaded the code from GitHub, you can build it using Maven
  • Disable GPG signing in the build
  • The recommended way to use the SQL Connection Library is to consume it from Maven

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow AWS Secrets Manager JDBC Library

AWS Secrets Manager JDBC Library Web Site

You Might Also Like
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of AWS Secrets Manager JDBC Library!

Additional Project Details

Programming Language

Java

Related Categories

Java Software Development Software, Java Libraries

Registered

2022-07-01