Skip to content

Commit

Permalink
Merge pull request #3252 from atlanhq/update-sub-domain-remove-relati…
Browse files Browse the repository at this point in the history
…onship-permission

Update sub domain remove relationship permission
  • Loading branch information
nikhilbonte21 committed Jun 14, 2024
2 parents 68b8f7e + 3cd5afb commit e8c22df
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,25 @@
"end-two-entity:{entity}/*domain/*"
],
"actions": ["add-relationship", "update-relationship", "remove-relationship"]
},
{
"policyResourceCategory": "RELATIONSHIP",
"policyType": "ACCESS",
"description": "Link/unlink this DataProduct to any parent Domain",
"resources": [
"relationship-type:*",

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

"end-two-entity:{entity}/*",
"end-one-entity:{entity}",
"end-two-entity-type:DataDomain",
"end-two-entity-classification:*"
],
"actions": ["update-relationship", "remove-relationship"]
}
],
"persona-domain-sub-domain-delete": [
Expand Down

0 comments on commit e8c22df

Please sign in to comment.