RBAC: Remove the flag from the config which states that you can disable RBAC (#53730)

This commit is contained in:
Vardan Torosyan 2022-08-15 14:22:04 +02:00 committed by GitHub
parent dfc75b1114
commit 962bf8a906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -638,8 +638,6 @@
#################################### Role-based Access Control ###########
[rbac]
;enabled = true
# If enabled, cache permissions in a in memory cache (Enterprise only)
;permission_cache = true
#################################### SMTP / Emailing ##########################
[smtp]