fix: 整理任务中心权限位

pull/9562/head
Aaron3S 2023-02-15 11:29:53 +08:00 committed by Jiangjie.Bai
parent 186878366f
commit 757702b99d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ exclude_permissions = (
('rbac', 'orgrolebinding', 'change', 'orgrolebinding'),
('rbac', 'menupermission', '*', 'menupermission'),
('rbac', 'role', '*', '*'),
('ops', 'adhocexecution', 'add,delete,change', '*'),
('ops', 'adhocexecution', 'view,add,delete,change', '*'),
('ops', 'jobexecution', 'change,delete', 'jobexecution'),
('ops', 'historicaljob', '*', '*'),
('ops', 'celerytask', 'add,change,delete', 'celerytask'),