Skip to content

Commit

Permalink
Merge pull request #2879 from atlanhq/mesh-bootstrap-policies-fin-beta
Browse files Browse the repository at this point in the history
Mesh bootstrap policies fin beta
  • Loading branch information
nikhilbonte21 authored Mar 12, 2024
2 parents 7231338 + 29e9c93 commit 3987f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
5 changes: 2 additions & 3 deletions addons/policies/bootstrap_entity_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@
"policyResourceCategory": "ENTITY",
"policyResources":
[
"entity-type:DataContract",

"entity-type:DataDomain",
"entity-classification:*",
"entity:*"
Expand Down Expand Up @@ -2922,7 +2922,6 @@
"policyResourceCategory": "ENTITY",
"policyResources":
[
"entity-type:DataContract",
"entity-type:DataDomain",
"entity-type:DataProduct",
"entity-classification:*",
Expand Down Expand Up @@ -2960,7 +2959,7 @@
"policyResourceCategory": "ENTITY",
"policyResources":
[
"entity-type:DataContract",

"entity-type:DataDomain",
"entity-classification:*",
"entity:*"
Expand Down
41 changes: 1 addition & 40 deletions addons/policies/bootstrap_relationship_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,45 +646,7 @@
"typeName": "AuthPolicy",
"attributes":
{
"name": "LINK_MESH_DATA_PRODUCT_TO_DATA_CONTRACT",
"qualifiedName": "LINK_MESH_DATA_PRODUCT_TO_DATA_CONTRACT",
"policyCategory": "bootstrap",
"policySubCategory": "default",
"policyServiceName": "atlas",
"policyType": "allow",
"policyPriority": 0,
"policyUsers":
[],
"policyGroups":
[],
"policyRoles":
[
"$admin",
"$api-token-default-access"
],
"policyResourceCategory": "RELATIONSHIP",
"policyResources":
[
"end-one-entity-classification:*",
"end-two-entity-classification:*",
"end-one-entity:*",
"end-two-entity:*",
"end-one-entity-type:DataProduct",
"end-two-entity-type:DataContract",
"relationship-type:*"
],
"policyActions":
[
"add-relationship",
"update-relationship",
"remove-relationship"
]
}
},
{
"typeName": "AuthPolicy",
"attributes":
{

"name": "LINK_MESH_DATA_DOMAIN_TO_DATA_PRODUCT",
"qualifiedName": "LINK_MESH_DATA_DOMAIN_TO_DATA_PRODUCT",
"policyCategory": "bootstrap",
Expand Down Expand Up @@ -787,7 +749,6 @@
"end-one-entity:*",
"end-two-entity:*",
"end-one-entity-type:DataDomain",
"end-one-entity-type:DataContract",
"end-one-entity-type:DataProduct",
"end-two-entity-type:Readme",
"end-two-entity-type:Link",
Expand Down

0 comments on commit 3987f53

Please sign in to comment.