fix: 修复去除rolebiding change 权限

pull/7925/head
Jiangjie.Bai 2022-03-18 15:04:13 +08:00 committed by Jiangjie.Bai
parent ac6052546a
commit d4e4015d91
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ exclude_permissions = (
('rbac', 'contenttype', '*', '*'),
('rbac', 'permission', 'add,delete,change', 'permission'),
('rbac', 'rolebinding', '*', '*'),
('rbac', 'systemrolebinding', 'change', 'systemrolebinding'),
('rbac', 'orgrolebinding', 'change', 'orgrolebinding'),
('rbac', 'role', '*', '*'),
('ops', 'adhoc', 'delete,change', '*'),
('ops', 'adhocexecution', 'add,delete,change', '*'),