mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 12:19:41 +00:00
perf: 组织角色添加connectiontoken权限 (#11268)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -144,7 +144,9 @@ only_system_permissions = (
|
|||||||
('terminal', 'task', '*', '*'),
|
('terminal', 'task', '*', '*'),
|
||||||
('terminal', 'endpoint', '*', '*'),
|
('terminal', 'endpoint', '*', '*'),
|
||||||
('terminal', 'endpointrule', '*', '*'),
|
('terminal', 'endpointrule', '*', '*'),
|
||||||
('authentication', '*', '*', '*'),
|
('authentication', 'accesskey', '*', '*'),
|
||||||
|
('authentication', 'superconnectiontoken', '*', '*'),
|
||||||
|
('authentication', 'temptoken', '*', '*'),
|
||||||
('tickets', '*', '*', '*'),
|
('tickets', '*', '*', '*'),
|
||||||
('orgs', 'organization', 'view', 'rootorg'),
|
('orgs', 'organization', 'view', 'rootorg'),
|
||||||
('terminal', 'applet', '*', '*'),
|
('terminal', 'applet', '*', '*'),
|
||||||
|
Reference in New Issue
Block a user