diff --git a/addons/policies/bootstrap_entity_policies.json b/addons/policies/bootstrap_entity_policies.json index cdc0faf686..7181a9cfa9 100644 --- a/addons/policies/bootstrap_entity_policies.json +++ b/addons/policies/bootstrap_entity_policies.json @@ -2864,9 +2864,9 @@ "typeName": "AuthPolicy", "attributes": { - "name": "CRUD_DATA_MESH_ENTITIES", - "qualifiedName": "CRUD_DATA_MESH_ENTITIES", - "description": "Allows user to perform crud operation on data mesh assets", + "name": "CRU_DATA_MESH_ENTITIES", + "qualifiedName": "CRU_DATA_MESH_ENTITIES", + "description": "Allows user to perform create read update operation on data mesh assets", "policyCategory": "bootstrap", "policySubCategory": "default", "policyServiceName": "atlas", @@ -2892,8 +2892,7 @@ [ "entity-create", "entity-read", - "entity-update", - "entity-delete" + "entity-update" ] } },