Masking filter configuration update for tests

Masking filter configuration update for tests
This commit is contained in:
MassimilianoPinto
2017-07-24 10:54:36 +02:00
parent dc6bc22237
commit 81327dffca
2 changed files with 34 additions and 0 deletions

View File

@ -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#@"
}
} }
] ]
} }

View File

@ -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'" ]
} }
] ]
} }