logger.Info("no authorized changes detected in the request. Do nothing","not_authorized_add",len(groupChanges.New),"not_authorized_update",len(groupChanges.Update),"not_authorized_delete",len(groupChanges.Delete))
logger.Info("user is not authorized to delete one or many rules in the group. those rules will be skipped","expected",len(groupChanges.Delete),"authorized",len(authorizedChanges.Delete))
authorizedChanges:=groupChanges// if RBAC is disabled the permission are limited to folder access that is done upstream
logger.Info("no authorized changes detected in the request. Do nothing","not_authorized_add",len(groupChanges.New),"not_authorized_update",len(groupChanges.Update),"not_authorized_delete",len(groupChanges.Delete))
logger.Info("user is not authorized to delete one or many rules in the group. those rules will be skipped","expected",len(groupChanges.Delete),"authorized",len(authorizedChanges.Delete))
fallback=middleware.ReqSignedIn// if RBAC is disabled then we need to delegate permission check to folder because its permissions can allow editing for Viewer role