Skip to content

Commit 00105e1

Browse files
update
1 parent 748528a commit 00105e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

masking/databases/test-sample-instance/hr_test/column-masking.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"schema": "public",
88
"table": "salary",
99
"column": "amount",
10-
"maskingLevel": "PARTIAL",
10+
"maskingLevel": "FULL",
1111
"fullMaskingAlgorithmId": "",
1212
"partialMaskingAlgorithmId": ""
1313
}

masking/projects/project-sample/masking-exception.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"action": "QUERY",
28-
"maskingLevel": "NONE",
28+
"maskingLevel": "PARTIAL",
2929
"member": "group:[email protected]",
3030
"condition": {
3131
"expression": "resource.database_name == \"hr_prod\" && resource.instance_id == \"prod-sample-instance\" && resource.schema_name == \"public\" && resource.table_name == \"salary\" && resource.column_name == \"amount\"",

0 commit comments

Comments
 (0)