From 2da541c127a7e58a3059fe7513dad1760b26533a Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:23:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E6=A0=91(=E8=B4=A6=E5=8F=B7=E5=A4=87=E4=BB=BD)=20(#7830)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jiangjie.Bai --- apps/rbac/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/rbac/const.py b/apps/rbac/const.py index ae1f9dfb9..1d4fe7d41 100644 --- a/apps/rbac/const.py +++ b/apps/rbac/const.py @@ -37,6 +37,7 @@ exclude_permissions = ( ('assets', 'historicalauthbook', '*', '*'), ('assets', 'assetuser', '*', '*'), ('assets', 'gathereduser', 'add,delete,change', 'gathereduser'), + ('assets', 'accountbackupplanexecution', 'delete,change', 'accountbackupplanexecution'), ('perms', 'databaseapppermission', '*', '*'), ('perms', 'k8sapppermission', '*', '*'), ('perms', 'remoteapppermission', '*', '*'),