Skip to content

Commit

Permalink
Final Policy Change regarding fine tuning for admins
Browse files Browse the repository at this point in the history
  • Loading branch information
hr2904 committed Jul 9, 2024
1 parent 5c19e70 commit 1f9068b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions addons/policies/bootstrap_entity_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -2892,7 +2892,8 @@
[
"entity-create",
"entity-read",
"entity-update"
"entity-update",
"entity-delete"
]
}
},
Expand Down

0 comments on commit 1f9068b

Please sign in to comment.