RBAC: Add cache for oss rbac permissions (#55098)

* RBAC: Add cache for oss permissions

* RBAC: include service account actions

* RBAC: revert changes to fetch service account permissions

* Update comment for setting

* RBAC: Disable permission chache for tests
This commit is contained in:
Karl Persson
2022-09-14 09:13:10 +02:00
committed by GitHub
parent 716bdde3f6
commit 870929b463
6 changed files with 81 additions and 9 deletions

View File

@@ -666,7 +666,7 @@ managed_identity_client_id =
#################################### Role-based Access Control ###########
[rbac]
# If enabled, cache permissions in a in memory cache (Enterprise only)
# If enabled, cache permissions in a in memory cache
permission_cache = true
#################################### SMTP / Emailing #####################