Skip to content

Commit

Permalink
Merge pull request #3327 from atlanhq/MESH-16
Browse files Browse the repository at this point in the history
MESH-16 Finetune admin priviliges
  • Loading branch information
hr2904 authored Jul 10, 2024
2 parents dd50da2 + 1d582eb commit 143dfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/policies/bootstrap_entity_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@
{
"name": "CRUD_DATA_MESH_ENTITIES",
"qualifiedName": "CRUD_DATA_MESH_ENTITIES",
"description": "Allows user to perform create read update operation on data mesh assets",
"description": "Allows user to perform crud operation on data mesh assets",
"policyCategory": "bootstrap",
"policySubCategory": "default",
"policyServiceName": "atlas",
Expand All @@ -2886,7 +2886,7 @@
[
"entity-type:DataDomain",
"entity-classification:*",
"entity:default/domain/*/super"
"entity:*/super"
],
"policyActions":
[
Expand Down

0 comments on commit 143dfe3

Please sign in to comment.