Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Secrets Manager Client Configuration #232

Open
mrjv opened this issue Oct 27, 2024 · 1 comment
Open

Configure Secrets Manager Client Configuration #232

mrjv opened this issue Oct 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mrjv
Copy link

mrjv commented Oct 27, 2024

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 #4 (comment)?

If yes, would it be possible to make the default driver more configurable by for example adding additional settings in secretsmanager.properties?

@mrjv mrjv added the enhancement New feature or request label Oct 27, 2024
@jirkafajfr
Copy link
Member

jirkafajfr commented Oct 30, 2024

Hello @mrjv,
thank you for the feedback. We've marked this as a feature request on our backlog.

In your particular use case - is the retry count the only property you're modifying? I wanted to point you out to the Retry behavior article. Would either env variable or system property solution from the article help you? But it will take effect not only in the SecretsManager by any call made by SDK in your process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants