From 77c190767b5f9df7289b13daa208f524b3157657 Mon Sep 17 00:00:00 2001 From: Tulika-eGov <74046137+Tulika-eGov@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:50:07 +0530 Subject: [PATCH] UCEM-1031: Update SecurityPolicy.json Updated the bankaccount decrypt model and removed bill accountant role --- data/od/DataSecurity/SecurityPolicy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/od/DataSecurity/SecurityPolicy.json b/data/od/DataSecurity/SecurityPolicy.json index 5b5929d..618515f 100644 --- a/data/od/DataSecurity/SecurityPolicy.json +++ b/data/od/DataSecurity/SecurityPolicy.json @@ -418,7 +418,7 @@ "roleBasedDecryptionPolicy": [ { - "roles": ["BILL_ACCOUNTANT", "MUKTA_ADMIN"], + "roles": ["MUKTA_ADMIN"], "attributeAccessList": [ { "attribute": "accountHolderName", @@ -593,4 +593,4 @@ "roleBasedDecryptionPolicy": [] } ] -} \ No newline at end of file +}