Skip to content

Commit d4b59ce

Browse files
Merge pull request #3 from bytebase/a-branch-1
docs: test
2 parents d163f47 + 2788627 commit d4b59ce

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

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

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

Lines changed: 1 addition & 1 deletion
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.instance_id == \"prod-sample-instance\" && resource.database_name == \"hr_prod\" && resource.schema_name == \"public\" && resource.table_name == \"salary\" && resource.column_name == \"amount\"",

0 commit comments

Comments
 (0)