fix: 整理任务中心权限位

This commit is contained in:
Aaron3S
2023-02-15 11:29:53 +08:00
committed by Jiangjie.Bai
parent 186878366f
commit 757702b99d

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'),