I am using the vault agent to injector to pre-populate the secrets in a static pod, but in some cases where I get errors the agent retries 12 times and then exits
URL: GET http://192.168.1.25:8200/v1/secret/data/organization/097fb6f1b9c44cacba9b17c7a95c6393/56c8bd57a9c3457488e60977eedd020f/token
Code: 403. Errors:
* 1 error occurred:
* permission denied
(retry attempt 12 after "1m0s")
Is there any way to configure the number of attempts and the retry duration.