From 962bf8a90648e56b65f341b0e627f96a6cd6a605 Mon Sep 17 00:00:00 2001 From: Vardan Torosyan Date: Mon, 15 Aug 2022 14:22:04 +0200 Subject: [PATCH] RBAC: Remove the flag from the config which states that you can disable RBAC (#53730) --- conf/defaults.ini | 1 - conf/sample.ini | 2 -- 2 files changed, 3 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index d36a7f910d4..25cd162661b 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -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 diff --git a/conf/sample.ini b/conf/sample.ini index a7239e9cf26..23bdec842d4 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -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]