Describe the bug
The code design of StorageCredentialCache ensures that credentials are cached for some defined amount of time. Returned cached credentials are guaranteed to be valid when retrieved from the cache, but there's no guarantee that the returned credentials will be valid for the next N minutes. It can happen that the vended credentials returned to clients are not or not long enough valid.
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response