From a9e777e0e4f2ce019082018f22328fc523371f18 Mon Sep 17 00:00:00 2001 From: hr2904 Date: Fri, 12 Jul 2024 11:26:18 +0530 Subject: [PATCH] MESH-16 Added read permission to admihns for sub-domain assets. --- addons/policies/bootstrap_entity_policies.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/policies/bootstrap_entity_policies.json b/addons/policies/bootstrap_entity_policies.json index 85d6a19d15..2095b9e8bd 100644 --- a/addons/policies/bootstrap_entity_policies.json +++ b/addons/policies/bootstrap_entity_policies.json @@ -2901,8 +2901,8 @@ "typeName": "AuthPolicy", "attributes": { - "name": "D_DATA_MESH_ENTITIES", - "qualifiedName": "D_DATA_MESH_ENTITIES", + "name": "RD_DATA_MESH_ENTITIES", + "qualifiedName": "RD_DATA_MESH_ENTITIES", "description": "Allows admins to perform delete operation on data mesh assets", "policyCategory": "bootstrap", "policySubCategory": "default", @@ -2927,6 +2927,7 @@ ], "policyActions": [ + "entity-read", "entity-delete" ] }