fix: 修复去除rolebiding change 权限

pull/7925/head
Jiangjie.Bai 3 years ago committed by Jiangjie.Bai
parent ac6052546a
commit d4e4015d91

@ -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', '*'),

Loading…
Cancel
Save