Browse Source

fix: rbac perms

pull/9687/head^2
Bai 2 years ago committed by Jiangjie.Bai
parent
commit
156ad665c3
  1. 1
      apps/rbac/const.py

1
apps/rbac/const.py

@ -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…
Cancel
Save