feat: celery task api

This commit is contained in:
Aaron3S
2022-10-27 19:23:15 +08:00
parent 4ab14b4a59
commit da911651aa
7 changed files with 63 additions and 15 deletions

View File

@@ -57,7 +57,6 @@ exclude_permissions = (
('rbac', 'role', '*', '*'),
('ops', 'adhoc', 'delete,change', '*'),
('ops', 'adhocexecution', 'add,delete,change', '*'),
('ops', 'celerytask', '*', '*'),
('ops', 'task', 'add,change', 'task'),
('ops', 'commandexecution', 'delete,change', 'commandexecution'),
('orgs', 'organizationmember', '*', '*'),