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

(cherry picked from commit 962bf8a906)

Co-authored-by: Vardan Torosyan <vardants@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-15 14:49:13 +02:00
committed by GitHub
co-authored by Vardan Torosyan
parent f9b75f8b46
commit 189b868712
2 changed files with 0 additions and 3 deletions
-1
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
-2
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]