Skip to content

Commit

Permalink
Merge pull request #2681 from atlanhq/mesh/bootstrap-policies
Browse files Browse the repository at this point in the history
Fix bootstrap policy to link Readme, Link
  • Loading branch information
nikhilbonte21 authored Dec 20, 2023
2 parents 699bfef + 66416ae commit 7a866a1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions addons/policies/bootstrap_relationship_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,48 @@
"remove-relationship"
]
}
},
{
"typeName": "AuthPolicy",
"attributes":
{
"name": "LINK_RESOURCES_TO_DATA_MESH",
"qualifiedName": "LINK_RESOURCES_TO_DATA_MESH",
"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-one-entity-type:DataContract",
"end-one-entity-type:DataProduct",
"end-two-entity-type:Readme",
"end-two-entity-type:Link",
"relationship-type:*"
],
"policyActions":
[
"add-relationship",
"update-relationship",
"remove-relationship"
]
}
}
]
}

0 comments on commit 7a866a1

Please sign in to comment.