Skip to content

Commit c6167f2

Browse files
authored
Merge pull request #5576 from atlanhq/aigov148
AIGOV-148 | Process update for aiapplication and model
2 parents 3108948 + a9a27d7 commit c6167f2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

addons/static/templates/policy_cache_transformer_persona.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,17 @@
10391039
"end-two-entity:{entity}/*"
10401040
],
10411041
"actions": ["add-relationship", "remove-relationship"]
1042+
},
1043+
{
1044+
"policyResourceCategory": "ENTITY",
1045+
"policyType": "ACCESS",
1046+
"description": "Create/delete process to update datasets for this AIApplication",
1047+
"resources": [
1048+
"entity:*",
1049+
"entity-type:Process",
1050+
"entity-classification:*"
1051+
],
1052+
"actions": ["entity-create", "entity-update", "entity-delete"]
10421053
}
10431054
],
10441055
"persona-ai-application-delete": [
@@ -1256,7 +1267,7 @@
12561267
"entity-type:Process",
12571268
"entity-classification:*"
12581269
],
1259-
"actions": ["entity-create", "entity-delete"]
1270+
"actions": ["entity-create", "entity-update", "entity-delete"]
12601271
}
12611272
],
12621273
"persona-ai-model-delete": [

0 commit comments

Comments
 (0)