Masking filter configuration update for tests
Masking filter configuration update for tests
This commit is contained in:
parent
dc6bc22237
commit
81327dffca
@ -24,6 +24,21 @@
|
||||
"value": "012345-ABCD",
|
||||
"fill": "Y"
|
||||
}
|
||||
},
|
||||
{
|
||||
"obfuscate": {
|
||||
"column": "d",
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": {
|
||||
"column": "f",
|
||||
"match": "(?<=aaa).*(?=-12)|(?<=-12).*"
|
||||
},
|
||||
"with": {
|
||||
"value": "01234-BCD",
|
||||
"fill": "X#@"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -71,6 +71,25 @@
|
||||
},
|
||||
"applies_to" : [ "'skysql'" ],
|
||||
"exempted" : [ "'maxskysql'" ]
|
||||
},
|
||||
{
|
||||
"obfuscate": {
|
||||
"column": "i",
|
||||
},
|
||||
"applies_to" : [ "'skysql'" ],
|
||||
"exempted" : [ "'maxskysql'" ]
|
||||
},
|
||||
{
|
||||
"replace": {
|
||||
"column": "l",
|
||||
"match": "(?<=aaa).*(?=-12)|(?<=-12).*"
|
||||
},
|
||||
"with": {
|
||||
"value": "01234-BCD",
|
||||
"fill": "X"
|
||||
},
|
||||
"applies_to" : [ "'skysql'" ],
|
||||
"exempted" : [ "'maxskysql'" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user