Skip to content

Commit

Permalink
Deployment from App Services
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-atlas-app-services[bot] authored Jun 12, 2024
1 parent aef6751 commit 550c313
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/app/data-enquc/data_sources/AtlasCluster/default_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit 550c313

Please sign in to comment.