From 8fe84345e43c2a3712f7acfcb97418569d6a60e8 Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Thu, 17 Mar 2022 11:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=8D=95=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/rbac/builtin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rbac/builtin.py b/apps/rbac/builtin.py index 1ed528a78..af9b5ec92 100644 --- a/apps/rbac/builtin.py +++ b/apps/rbac/builtin.py @@ -11,6 +11,8 @@ user_perms = ( ('assets', 'asset', 'match', 'asset'), ('assets', 'systemuser', 'match', 'systemuser'), ('assets', 'node', 'match', 'node'), + ('applications', 'application', 'match', 'application'), + ('tickets', 'ticket', 'view', 'ticket'), ('ops', 'commandexecution', 'add', 'commandexecution'), ('authentication', 'connectiontoken', 'add', 'connectiontoken'), )