Skip to content

Commit

Permalink
Merge pull request #2533 from atlanhq/datamesh/policies
Browse files Browse the repository at this point in the history
Tag datamesh assets bootstrap permission
  • Loading branch information
nikhilbonte21 authored Nov 29, 2023
2 parents e96ffd6 + b33df12 commit af15f7d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions addons/policies/bootstrap_entity_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit af15f7d

Please sign in to comment.