fix: 修复作业执行没有日志权限的问题

This commit is contained in:
Aaron3S
2023-03-01 18:27:29 +08:00
committed by Jiangjie.Bai
parent 820971e2be
commit 6bc2f73f49
3 changed files with 6 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ user_perms = (
("ops", "playbook", "*", "*"),
("ops", "job", "*", "*"),
("ops", "jobexecution", "*", "*"),
("ops", "celerytaskexecution", "view", "*"),
)
system_user_perms = (