Skip to content

Commit

Permalink
Merge pull request #2503 from atlanhq/mesh/bootstrap-policies
Browse files Browse the repository at this point in the history
feat(policy): add bootstrap policy to link data domains
  • Loading branch information
nikhilbonte21 authored Nov 20, 2023
2 parents b52602d + a5aa6c9 commit 7f3c811
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions addons/policies/bootstrap_relationship_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,45 @@
"remove-relationship"
]
}
},
{
"typeName": "AuthPolicy",
"attributes":
{
"name": "LINK_MESH_DATA_DOMAIN_TO_DATA_DOMAIN",
"qualifiedName": "LINK_MESH_DATA_DOMAIN_TO_DATA_DOMAIN",
"policyCategory": "bootstrap",
"policySubCategory": "default",
"policyServiceName": "atlas",
"policyType": "allow",
"policyPriority": 1,
"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:DataDomain",
"end-two-entity-type:DataDomain",
"relationship-type:*"
],
"policyActions":
[
"add-relationship",
"update-relationship",
"remove-relationship"
]
}
}
]
}

0 comments on commit 7f3c811

Please sign in to comment.