Add cache for Entitlements getGroups() call
API authorization is performed for every api request by checking the caller's acls against allowed values. This puts heavy load on Entitlement service. To improve performance and reduce load on Entitlements, we can cache the group information on the service side for a few seconds.
Merge request reports
Activity
changed milestone to %M11 - Release 0.14
added Common Code label
assigned to @ajoshi19
- Resolved by Alok Joshi
- Resolved by Alok Joshi
Is there a reason, we don't have Redis cache implantation?
- Resolved by Alok Joshi
- Resolved by Alok Joshi
- Resolved by Alok Joshi
- Resolved by Alok Joshi
added 4 commits
-
54821ffb...df2d108b - 3 commits from branch
master
- c784e0e6 - rebase
-
54821ffb...df2d108b - 3 commits from branch
added 2 commits
added 2 commits
Please register or sign in to reply