Masking filter configuration update for tests
Masking filter configuration update for tests
This commit is contained in:
@ -24,6 +24,21 @@
|
|||||||
"value": "012345-ABCD",
|
"value": "012345-ABCD",
|
||||||
"fill": "Y"
|
"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'" ],
|
"applies_to" : [ "'skysql'" ],
|
||||||
"exempted" : [ "'maxskysql'" ]
|
"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'" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user