You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: