Retries during secret manager access in spring boot
Context:
We use secret manager in our spring boot production app. From time to time, we get DEADLINE_EXCEEDED errors when accessing a secret via secretManagerTemplate.getSecretString("name")
. This is usually a short time problem and if we retry, the issue is gone.