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?