aws/aws-secretsmanager-jdbc

Use 2 distinct secrets

Closed this issue · 2 comments

Hello,

Is it possible to use it with 2 distinct secrets: one for user and another for password?

username=usernameSecretId
password=passwordSecretId

Thanks.

Thank you for your feedback. We have noted this as a feature request.

We have reviewed this request. Support for multiple different secrets goes against our best practices. Our recommendation is to combine your username/password into a single secret and use the JDBC library as intended. This would also have cost and availability benefits. Please refer to the readme for some examples on the secret format expected. Closing this issue, thank you for your suggestion.