-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
authnRelated to authenticationRelated to authenticationbreaking changeA bug fix or enhancement that would cause a breaking changeA bug fix or enhancement that would cause a breaking change
Description
Problem
Our current JWT cache implementation has no upper bound for number of cache entries. This can cause OOM errors. Additionally, the purge mechanism for expired entries is quite slow.
Solution
Switch to lrucache implementation for limited number of cache entries. We'll need a new config option (say jwt-max-cache-entries
) for this to work.
steve-chavez
Metadata
Metadata
Assignees
Labels
authnRelated to authenticationRelated to authenticationbreaking changeA bug fix or enhancement that would cause a breaking changeA bug fix or enhancement that would cause a breaking change