Skip to content

Commit

Permalink
Merge pull request #3918 from atlanhq/pol1
Browse files Browse the repository at this point in the history
DG-1981 - Fix link adding in the policy
  • Loading branch information
arpit-at authored Dec 27, 2024
2 parents 9669b04 + a3c314f commit ea81bca
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions addons/policies/bootstrap_relationship_policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,44 @@
"remove-relationship"
]
}
},
{
"typeName": "AuthPolicy",
"attributes":
{
"name": "LINK_BUSINESS_POLICY_RESOURCE_POLICY",
"qualifiedName": "LINK_BUSINESS_POLICY_RESOURCE_POLICY",
"policyCategory": "bootstrap",
"policySubCategory": "default",
"policyServiceName": "atlas",
"policyType": "allow",
"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:BusinessPolicy",
"end-two-entity-type:Link",
"relationship-type:*"
],
"policyActions":
[
"add-relationship",
"update-relationship",
"remove-relationship"
]
}
}
]
}

0 comments on commit ea81bca

Please sign in to comment.