From 1f9068b3c58c409a5db1f6ad8094d67134d7098f Mon Sep 17 00:00:00 2001 From: hr2904 Date: Tue, 9 Jul 2024 16:45:24 +0530 Subject: [PATCH] Final Policy Change regarding fine tuning for admins --- addons/policies/bootstrap_entity_policies.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/addons/policies/bootstrap_entity_policies.json b/addons/policies/bootstrap_entity_policies.json index 7181a9cfa9..44a4fcf784 100644 --- a/addons/policies/bootstrap_entity_policies.json +++ b/addons/policies/bootstrap_entity_policies.json @@ -2864,8 +2864,8 @@ "typeName": "AuthPolicy", "attributes": { - "name": "CRU_DATA_MESH_ENTITIES", - "qualifiedName": "CRU_DATA_MESH_ENTITIES", + "name": "CRUD_DATA_MESH_ENTITIES", + "qualifiedName": "CRUD_DATA_MESH_ENTITIES", "description": "Allows user to perform create read update operation on data mesh assets", "policyCategory": "bootstrap", "policySubCategory": "default", @@ -2892,7 +2892,8 @@ [ "entity-create", "entity-read", - "entity-update" + "entity-update", + "entity-delete" ] } },