From 496699a943a848cf754ecc5cb0937314a761587e Mon Sep 17 00:00:00 2001 From: WuA Date: Wed, 25 May 2022 14:01:00 +0900 Subject: [PATCH] Specify no context for deterministic encryption For deterministic encryption, do not specifiy a context to avoid the following error: Re-identification failed either due to invalid context or corrupt deidentified value. Context must be equal to the value provided during de-identification. --- widgets/SensitiveRecordRedaction-transform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/SensitiveRecordRedaction-transform.json b/widgets/SensitiveRecordRedaction-transform.json index 6ac8806..a0b209c 100644 --- a/widgets/SensitiveRecordRedaction-transform.json +++ b/widgets/SensitiveRecordRedaction-transform.json @@ -488,7 +488,7 @@ "allowedTypes": [ "string" ], - "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated." + "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated. For deterministic encryption, do not specifiy a context." } } ], @@ -639,7 +639,7 @@ "allowedTypes": [ "string" ], - "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated." + "description": "(Optional) Provide additional field to be used as Context. If the primary value is the same but the Context field value is different then two different encrypted values will be generated. For deterministic encryption, do not specifiy a context." } } ],