Browse Source

perf: 组织角色添加connectiontoken权限 (#11268)

Co-authored-by: feng <1304903146@qq.com>
pull/11274/head
fit2bot 1 year ago committed by GitHub
parent
commit
da52180976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/rbac/const.py

4
apps/rbac/const.py

@ -144,7 +144,9 @@ only_system_permissions = (
('terminal', 'task', '*', '*'),
('terminal', 'endpoint', '*', '*'),
('terminal', 'endpointrule', '*', '*'),
('authentication', '*', '*', '*'),
('authentication', 'accesskey', '*', '*'),
('authentication', 'superconnectiontoken', '*', '*'),
('authentication', 'temptoken', '*', '*'),
('tickets', '*', '*', '*'),
('orgs', 'organization', 'view', 'rootorg'),
('terminal', 'applet', '*', '*'),

Loading…
Cancel
Save