Skip to content

Commit

Permalink
Update policy_cache_transformer_persona.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtaanshul authored Nov 30, 2023
1 parent 81833a1 commit c5cb4b5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,24 @@
"entity-classification:*"
],
"actions": ["entity-read"]
},
{
"policyResourceCategory": "RELATIONSHIP",
"policyType": "ACCESS",
"description": "Link/unlink any DataProduct to Domain",
"resources": [
"relationship-type:*",

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

"end-two-entity-type:DataProduct",
"end-two-entity-classification:*",
"end-two-entity:{entity}/*"
],
"actions": ["add-relationship", "update-relationship", "remove-relationship"]
}
],
"persona-domain-product-create": [
Expand Down Expand Up @@ -575,4 +593,4 @@
"actions": ["select"]
}
]
}
}

0 comments on commit c5cb4b5

Please sign in to comment.