fix: org role perm (#7775)

Co-authored-by: feng626 <1304903146@qq.com>
pull/7776/head
fit2bot 2022-03-08 20:22:10 +08:00 committed by GitHub
parent 42ebb1f82f
commit 8ed221ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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