aws / aws/aws-secretsmanager-jdbc
Configure Secrets Manager Client Configuration
- Dominant language
- Java
- Stars
- 196
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
Any examples how to configure the Secrets Manager client instead of using the default one? In my use-case I would like to change the number of max error retries in the client configuration.
Is the only way to deregister the default driver and manually register a new one as suggested in https://github.com/aws/aws-secretsmanager-jdbc/issues/4#issuecomment-448404776?
If yes, would it be possible to make the default driver more configurable by for example adding additional settings in secretsmanager.properties?
Contributor guide
Research direction
Start by locating the default driver configuration and the secretsmanager.properties settings mentioned in the issue, then review the approach discussed in the linked AWS Secrets Manager JDBC issue. The work is done when client options such as maximum error retries can be configured without deregistering and manually replacing the default driver.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100