Browse Source

fix: org role perm (#7775)

Co-authored-by: feng626 <1304903146@qq.com>
pull/7776/head
fit2bot 3 years ago committed by GitHub
parent
commit
8ed221ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/rbac/const.py

2
apps/rbac/const.py

@ -79,6 +79,8 @@ only_system_permissions = (
('rbac', 'systemrole', '*', '*'),
('rbac', 'rolebinding', '*', '*'),
('rbac', 'systemrolebinding', '*', '*'),
('rbac', 'orgrole', 'delete,add,change', '*'),
('rbac', 'orgrolebinding', 'delete,add,change', '*'),
('orgs', 'organization', '*', '*'),
('xpack', 'license', '*', '*'),
('settings', 'setting', '*', '*'),

Loading…
Cancel
Save