mirror of https://github.com/jumpserver/jumpserver
fix: rbac perms
parent
1e1d88f203
commit
156ad665c3
|
@ -60,6 +60,7 @@ exclude_permissions = (
|
|||
('accounts', 'automationexecution', '*', 'automationexecution'),
|
||||
('accounts', 'accountbackupexecution', 'delete,change', 'accountbackupexecution'),
|
||||
('accounts', 'changesecretrecord', 'add,delete,change', 'changesecretrecord'),
|
||||
('accounts', 'account', 'change', 'accountsecret'),
|
||||
|
||||
('perms', 'userassetgrantedtreenoderelation', '*', '*'),
|
||||
('perms', 'permedaccount', '*', '*'),
|
||||
|
|
Loading…
Reference in New Issue