mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
The IAM vault client stores an access token once authenticated, but this token will expire after a certain amount of time set by the server generating the token. Once this token is expired or revoked, it can no longer be use by the vault client. So the client should try to refresh the token with any errors indicating expired or revoked tokens. Fixes #976