Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
transactionLogMask
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢森
transactionLogMask
Commits
68df7337
Commit
68df7337
authored
Oct 22, 2020
by
王海鹰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脱敏白名单新加时间字段
parent
aa763a65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main/resources/application.yml
src/main/resources/application.yml
+3
-3
No files found.
src/main/resources/application.yml
View file @
68df7337
...
...
@@ -5,7 +5,7 @@ source: "hdfs"
hdfs_src
:
"
hdfs://cdh-2:8020/tmp/datawarehouse4/jzjy/kcbp_biz_log"
# hdfs日志写入地址,非必传,默认写到hdfs-src目录下的output目录下
hdfs_dest
:
"
hdfs://cdh-2:8020/tmp/datawarehouse/jzjy/kcbp_biz_log/output
4
/"
hdfs_dest
:
"
hdfs://cdh-2:8020/tmp/datawarehouse/jzjy/kcbp_biz_log/output
5
/"
# 脱敏结果下载到的本地路径
download_path
:
"
/tmp"
...
...
@@ -24,7 +24,7 @@ end_time: 1601348850000
# 不做脱敏的字段白名单
fieldsWhiteList
:
"
messid,fundid,custid,orgid,brhid,secuid,bankcode,market,ordersno,ordergroup,count,poststr,stkcode,bsflag,
\
orderamt,price,qty,bankcode,tacode,ofcode,transacc,taacc"
orderamt,price,qty,bankcode,tacode,ofcode,transacc,taacc
,indexTime,logchecktime,end_logtime,collecttime,deserializerTime,versioninfo
"
# 脱敏用的正则表达式
reg_exp
:
...
...
@@ -41,7 +41,7 @@ reg_exp:
# 身份证号码(18位)正则
id18
:
"
[1-9]
\\
d{5}[1-9]
\\
d{3}((0
\\
d)|(1[0-2]))(([0|1|2]
\\
d)|3[0-1])
\\
d{3}([0-9Xx])"
# 银行卡号
bank_card
:
"
([1-9]{1})(
\
d{11}|
\
d{15}|
\
d{16}|
\
d{17}|
\
d{18})"
bank_card
:
"
([1-9]{1})(
\
\
d{11}|
\\
d{15}|
\\
d{16}|
\\
d{17}|
\
\
d{18})"
# 家庭住址正则
address
:
"
([
\u4E00
-
\u9FA5
A-Za-z0-9_]+(省|市|区|县|道|路|街|号|弄|条|室)){2,}"
# ip地址正则
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment