mirror of https://github.com/jumpserver/jumpserver
fix: 工单默认权限
parent
a31c3ccc30
commit
8fe84345e4
|
@ -11,6 +11,8 @@ user_perms = (
|
|||
('assets', 'asset', 'match', 'asset'),
|
||||
('assets', 'systemuser', 'match', 'systemuser'),
|
||||
('assets', 'node', 'match', 'node'),
|
||||
('applications', 'application', 'match', 'application'),
|
||||
('tickets', 'ticket', 'view', 'ticket'),
|
||||
('ops', 'commandexecution', 'add', 'commandexecution'),
|
||||
('authentication', 'connectiontoken', 'add', 'connectiontoken'),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue