Skip to content

Commit

Permalink
Merge pull request #3258 from atlanhq/beta-helper
Browse files Browse the repository at this point in the history
DG-1533 Fix remove-relationship permission with sub-domain update permission
  • Loading branch information
nikhilbonte21 authored Jun 17, 2024
2 parents f746dcd + a013616 commit 5d5919c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,15 +698,14 @@
"policyType": "ACCESS",
"description": "Unlink any domain-sub-domain relationship in within this DataDomain",
"resources": [
"relationship-type:*",
"relationship-type:parent_domain_sub_domains",

"end-one-entity:{entity}/*",
"end-one-entity:{entity}",
"end-one-entity-type:DataDomain",
"end-one-entity-classification:*",

"end-two-entity:{entity}/*",
"end-two-entity:{entity}",

"end-two-entity:*",
"end-two-entity-type:DataDomain",
"end-two-entity-classification:*"
],
Expand Down

0 comments on commit 5d5919c

Please sign in to comment.