You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a distributed environment, the client may request many credentials in a short time. The server-side needs a cache to cache the credentials to avoid flooding the underlying token service. The cache key may be credential-provider, paths, privilege, and there should be a mechanism to invalidate the cache for the credentials fetched for some time(for example 5mins) to keep the freshness of the credential or invalidate seldom visited credential to keep the cache capacity. and It's better to make the cache more general, to used in server side and client side. In client side, the cache key may be credential-providername identifieruser.
@orenccl have you worked on this? If not, I'd like to continue work on it for the time limitations, we plan to freeze the code at the end of the month.
Describe the subtask
support credential cache in Gravitino server
Parent issue
#4398
The text was updated successfully, but these errors were encountered: