diff --git a/apps/rbac/const.py b/apps/rbac/const.py index 1c0f594f9..2092cd9ff 100644 --- a/apps/rbac/const.py +++ b/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', '*', '*'),