feat(data_masking): 支持自定义脱敏规则 - CE桩函数与API定义#605
Open
LordofAvernus wants to merge 1 commit intomainfrom
Open
Conversation
- 新增自定义脱敏规则相关API接口定义(masking.go) - 更新ListMaskingRules接口支持分页/筛选/搜索参数 - 新增CE桩函数:规则CRUD、敏感类型管理、脱敏效果预览等 - 更新data_export_workflow支持maskingRuleRepo依赖注入 - 更新swagger文档
PR Reviewer Guide 🔍
|
|
Failed to generate code suggestions for PR |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
关联 EE Issue: https://github.com/actiontech/dms-ee/issues/800
Description
新增项目级脱敏规则 API 定义
添加敏感数据类型管理接口
更新 swagger 文档说明与注释
依赖注入中加入 maskingRuleRepo 支持
Diagram Walkthrough
File Walkthrough
6 files
更新API接口路径及请求参数新增脱敏规则及敏感数据类型 API 定义添加CE桩函数支持脱敏规则接口注入新的 maskingRuleRepo 依赖新增 maskingRuleRepo 初始化逻辑定义 DataExportMaskingRuleRepo 接口8 files