remove rbac redundant perms

This commit is contained in:
feng
2022-12-28 11:25:12 +08:00
parent dbad0851e3
commit 7094df3527
2 changed files with 11 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ exclude_permissions = (
('assets', 'verifyaccountautomation', '*', '*'),
('assets', 'changesecretrecord', 'add,delete,change', 'changesecretrecord'),
('assets', 'automationexecution', '*', 'automationexecution'),
('assets', 'commandfilter', '*', '*'),
('assets', 'commandfilterrule', '*', '*'),
# TODO 暂时去掉历史账号的权限
('assets', 'account', '*', 'assethistoryaccount'),
('assets', 'account', '*', 'assethistoryaccountsecret'),