From b33df12240d9ec51410b649f72d7c27b6fd08ea9 Mon Sep 17 00:00:00 2001 From: Nikhil P Bonte Date: Wed, 29 Nov 2023 18:11:51 +0530 Subject: [PATCH] Tag datamesh assets bootstrap permission --- .../policies/bootstrap_entity_policies.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/addons/policies/bootstrap_entity_policies.json b/addons/policies/bootstrap_entity_policies.json index 54b385e59d..91006cdc20 100644 --- a/addons/policies/bootstrap_entity_policies.json +++ b/addons/policies/bootstrap_entity_policies.json @@ -2899,6 +2899,44 @@ ] } }, + { + "typeName": "AuthPolicy", + "attributes": + { + "name": "DATA_MESH_CLASSIFICATION", + "qualifiedName": "DATA_MESH_CLASSIFICATION", + "description": "Allows tagging data mesh assets", + "policyCategory": "bootstrap", + "policySubCategory": "default", + "policyServiceName": "atlas", + "policyType": "allow", + "policyPriority": 1, + "policyUsers": + [], + "policyGroups": + [], + "policyRoles": + [ + "$admin", + "$api-token-default-access" + ], + "policyResourceCategory": "ENTITY", + "policyResources": + [ + "entity-type:DataContract", + "entity-type:DataDomain", + "entity-type:DataProduct", + "entity-classification:*", + "entity:*" + ], + "policyActions": + [ + "entity-add-classification", + "entity-update-classification", + "entity-remove-classification" + ] + } + }, { "typeName": "AuthPolicy", "attributes":