-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When using the vault proxy I don't expect to have requests fail when a token TTL or max usage count is reached. Token handling should be invisible to the user of the proxy when successful. 403 should only be returned when the proxy fails to renew a token.
Describe the solution you'd like
Have token renewals be invisible.
Describe alternatives you've considered
None.
Explain any additional use-cases
Additional context
There should be no need to implement retries on 403s by users of the proxy.