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

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-08-14 16:37:56 +08:00
committed by GitHub
parent bd642a0281
commit da52180976

View File

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