diff --git a/src/app/data-enquc/data_sources/AtlasCluster/default_rule.json b/src/app/data-enquc/data_sources/AtlasCluster/default_rule.json index 048777a..7eb95f1 100644 --- a/src/app/data-enquc/data_sources/AtlasCluster/default_rule.json +++ b/src/app/data-enquc/data_sources/AtlasCluster/default_rule.json @@ -8,6 +8,21 @@ "search": true, "read": true, "write": true + }, + { + "name": "readAllWriteOwn", + "apply_when": {}, + "document_filters": { + "read": true, + "write": { + "owner_id": "%%user.id" + } + }, + "insert": true, + "delete": true, + "search": true, + "read": true, + "write": true } ] }