Skip to content

Commit

Permalink
Merge pull request #3078 from atlanhq/cm-access-for-mesh
Browse files Browse the repository at this point in the history
DG-1357 Custom metadata access for mesh assets
  • Loading branch information
nikhilbonte21 committed May 14, 2024
2 parents 71d5d95 + 0af6d84 commit 70a628e
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,19 @@
"actions": ["add-relationship", "update-relationship", "remove-relationship"]
}
],

"persona-domain-business-update-metadata": [
{
"policyType": "ACCESS",
"policyResourceCategory": "ENTITY",
"resources": [
"entity:{entity}",
"entity-type:DataDomain",
"entity-classification:*",
"entity-business-metadata:*"
],
"actions": ["entity-update-business-metadata"]
}
],

"persona-domain-sub-domain-read": [
{
Expand Down Expand Up @@ -589,6 +601,19 @@
"actions": ["entity-delete"]
}
],
"persona-domain-sub-domain-business-update-metadata": [
{
"policyType": "ACCESS",
"policyResourceCategory": "ENTITY",
"resources": [
"entity:{entity}/*domain/*",
"entity-type:DataDomain",
"entity-classification:*",
"entity-business-metadata:*"
],
"actions": ["entity-update-business-metadata"]
}
],

"persona-domain-product-read": [
{
Expand Down Expand Up @@ -719,8 +744,19 @@
"actions": ["entity-delete"]
}
],


"persona-domain-product-business-update-metadata": [
{
"policyType": "ACCESS",
"policyResourceCategory": "ENTITY",
"resources": [
"entity:{entity}/*product/*",
"entity-type:DataProduct",
"entity-classification:*",
"entity-business-metadata:*"
],
"actions": ["entity-update-business-metadata"]
}
],

"select": [
{
Expand Down

0 comments on commit 70a628e

Please sign in to comment.