From 98b4f51cbb0fd2cd5c35c86d6f6bad98296e4b3b Mon Sep 17 00:00:00 2001 From: jiangweidong Date: Mon, 14 Aug 2023 17:05:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=91=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E7=AD=96=E7=95=A5=E6=9D=83=E9=99=90=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E5=B8=B8=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/rbac/tree.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/rbac/tree.py b/apps/rbac/tree.py index a586208b6..5bbedbbf0 100644 --- a/apps/rbac/tree.py +++ b/apps/rbac/tree.py @@ -70,6 +70,9 @@ special_pid_mapper = { 'xpack.syncinstancedetail': 'cloud_import', 'xpack.syncinstancetask': 'cloud_import', 'xpack.syncinstancetaskexecution': 'cloud_import', + 'xpack.strategy': 'cloud_import', + 'xpack.strategyaction': 'cloud_import', + 'xpack.strategyrule': 'cloud_import', 'terminal.applet': 'remote_application', 'terminal.applethost': 'remote_application', 'accounts.accountbackupautomation': "backup_account_node",