-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Context:
Since the authorization incorporates tenant authorization the TenantService is often called to load tenants and does a full roundtrip to elasticsearch. As the tenant data is not not liekly to change frequently we can cache the result to improve responsiveness and reduce request frequency and sequential IO on request execution.
AT:
- tenants read from elasticsearch are cached to improve performance of e.g. sequential definition authorization checks in the context of one user request