-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7700 from reggieisrunning/feature-auth
新增v3.13.1用户版本日志
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### 新增 | ||
|
||
- [新增] “模型”及“模型实例”新增`模型查看`、`模型实例查看(模型级别)`权限 | ||
- [新增] “全文检索”功能新增`全文检索`权限 | ||
- [新增] “资源-主机”新增`主机池主机查看`权限 | ||
- [新增] “资源-管控区域”新增`管控区域查看`权限 | ||
- [新增] “模型-模型拓扑”页面新增`模型拓扑查看`权限 | ||
- [新增] “资源-项目”新增`项目查看` | ||
|
||
### 优化 | ||
|
||
- [优化] 为保证业务数据安全,以下7个接口增加“业务访问”权限鉴权逻辑:`find_module_host_relation`、`find_host_by_service_template`、`find_host_by_set_template`、` list_biz_hosts`、`list_biz_hosts_topo`、`find_host_by_topo`、`list_host_total_mainline_topo` | ||
- [优化] 优化了一些前端的显示问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Feature | ||
|
||
- [Feature] New `Model View` and `Model Instance View (Model Level)` permissions for "Model" and "Model Instance". | ||
- [Feature] New `Full-text Search` permission for "Full-text Search" feature. | ||
- [Feature] New `Host Pool Host View` permission for "Resource-Host". | ||
- [Feature] New `BK-Network Area View` permission for "Resource-BK-Network Area". | ||
- [Feature] New `Model Topology View` permission for "Model-Model Topology" page. | ||
- [Feature] New `Project View` permission for "Resource-Project". | ||
|
||
### Improved | ||
|
||
- [Improved] To ensure the security of business data, the following 7 interfaces have added "Business Access" permission authentication logic: `find_module_host_relation`, `find_host_by_service_template`, `find_host_by_set_template`, `list_biz_hosts`, `list_biz_hosts_topo`, `find_host_by_topo`, `list_host_total_mainline_topo`. | ||
- [Improved] Update some front-end display issues. |