Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/session_sharing01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/session_sharing02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/session_sharing03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/manual/admin/console/authorization_manage/session_sharing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 会话分享

## 功能介绍
!!! tip ""
- 用户通过 Web Terminal 连接资产成功后,可以在页面中创建分享链接,并将分享链接和验证码发送给其他用户。
- 其他用户访问链接并输入验证码,登录成功后,可以进行多用户协同操作。
- 在 Web Terminal 会话页面可以看到会话中的所有在线用户。
- 对于共享会话加入者的活动记录,管理员可以进入“会话管理”菜单中的“活动”页面进行查看,并开展相关的审计操作。

## 使用方法
!!! tip ""
- 在控制台左侧导航栏中,点击 **授权管理**。
![image](../../../../img/session_sharing01.png)

!!! tip ""
- 在分享链接中可以修改 **有效期限**、**操作权限** 以及 **分享用户**,设置完成后点击 **创建分享链接**。
![image](../../../../img/session_sharing02.png)

!!! tip ""
- 复制链接及验证码给对应用户,用户访问链接并输入验证码,登录成功后,可以进行操作。
![image](../../../../img/session_sharing03.png)

10 changes: 5 additions & 5 deletions docs/manual/admin/workbench/my_assets/web_terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
| MySQL | ✓ | ✓ | ✓ | ✓ | ✓ |
| MariaDB | ✓ | ✓ | ✓ | ✓ | ✓ |
| PostgreSQL | ✓ | ✓ | ✓ | ✓ | ✓ |
| Oracle(X-Pack) | | ✓ | ✓ | ✓ | ✓ |
| SQLServer(X-Pack) | | ✓ | ✓ | ✓ | ✓ |
| Redis | | | ✓ | ✓ | ✓ |
| MongoDB | | | ✓ | ✓ | ✓ |
| ClickHouse(X-Pack) | | | ✗ | ✗ | ✓ |
| Oracle(X-Pack) | | ✓ | ✓ | ✓ | ✓ |
| SQLServer(X-Pack) | | ✓ | ✓ | ✓ | ✓ |
| Redis | | | ✓ | ✓ | ✓ |
| MongoDB | | | ✓ | ✓ | ✓ |
| ClickHouse(X-Pack) | | | ✗ | ✗ | ✓ |
| Dameng(X-Pack) | ✓ | ✗ | ✗ | ✗ | ✓ |

!!! info "说明"
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ nav:
- 授权管理:
- 资产授权: manual/admin/console/authorization_manage/assets_authorization.md
- 访问控制: manual/admin/console/access_control/acls.md
- 会话分享: manual/admin/console/authorization_manage/session_sharing.md
- 标签列表: manual/admin/console/else/tag_list.md
- PAM:
- 自动化:
Expand Down