Skip to content
Open
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
_build/
build/
site/
.history/
.history/
venv
Binary file added docs/img/V4_data_desensitive_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/manual/admin/console/access_control/acls.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
- 点击 **权限管理 > 数据脱敏** 页面的 **创建** 按钮,填写数据脱敏规则的信息。
![V4_data_desensitive_1](../../../../img/V4_data_desensitive_1.png)

!!! tip ""
- 完成数据脱敏规则的创建后,在 Web 终端处连接一台数据库资产进行测试验证。以 PostgreSQL 数据库为例,通过 Web CLI 方式连接到指定的 PostgreSQL 数据库资产后,执行查询语句,如下 查询示例(其中,password 为指定的遮盖列名):
![V4_data_desensitive_1](../../../../img/V4_data_desensitive_2.png)

!!! tip ""
详细参数说明:

Expand Down