|
|
@ -18,11 +18,10 @@ user_perms = ( |
|
|
|
('assets', 'asset', 'match', 'asset'), |
|
|
|
('assets', 'asset', 'match', 'asset'), |
|
|
|
('assets', 'systemuser', 'match', 'systemuser'), |
|
|
|
('assets', 'systemuser', 'match', 'systemuser'), |
|
|
|
('assets', 'node', 'match', 'node'), |
|
|
|
('assets', 'node', 'match', 'node'), |
|
|
|
('applications', 'application', 'match', 'application'), |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
system_user_perms = ( |
|
|
|
system_user_perms = ( |
|
|
|
('authentication', 'connectiontoken', 'add,view', 'connectiontoken'), |
|
|
|
('authentication', 'connectiontoken', 'add,change,view', 'connectiontoken'), |
|
|
|
('authentication', 'temptoken', 'add,change,view', 'temptoken'), |
|
|
|
('authentication', 'temptoken', 'add,change,view', 'temptoken'), |
|
|
|
('authentication', 'accesskey', '*', '*'), |
|
|
|
('authentication', 'accesskey', '*', '*'), |
|
|
|
('tickets', 'ticket', 'view', 'ticket'), |
|
|
|
('tickets', 'ticket', 'view', 'ticket'), |
|
|
|