Skip to content

Commit 3cfcb66

Browse files
committed
chg: [doc] add roles functionality
1 parent 8a9a4cb commit 3cfcb66

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,27 @@ for elem in sys.stdin:
323323
pyail.feed_json_item(content , meta, feeder_name, feeder_uuid)
324324
```
325325

326+
# AIL ROLES
327+
328+
| **Functionality** | **Read-Only** | **No-API User** | **User** | **Administrator** |
329+
|----------------------------------------------------|------------------|--------------------|------------------|-------------------|
330+
| **Submit texts or images** || ✔ (UI only) |||
331+
| **Tag objects** || ✔ (UI only) |||
332+
| **Submit an URL to crawl** || ✔ (UI only) |||
333+
| **Create a crawler scheduler** |||||
334+
| **Create a tracker** || Own only (UI) | Own & Organization | Full |
335+
| **Edit or delete a tracker** || Own only (UI) | Own | Full |
336+
| **Create an investigation** || Own only (UI) | Own & Organization | Full |
337+
| **Add objects to organization's investigation** | ❌ | ❌ | ✔ | ✔ |
338+
| **Edit organization's investigation** | ❌ | ❌ | ❌ | ✔ |
339+
| **Delete organization's investigation** | ❌ | ❌ | ❌ | ✔ |
340+
| **Export objects or investigations** || Own only (UI) | Own & Organization | Full |
341+
| **View objects, investigations, trackers** |||||
342+
| **Complex Search** |||||
343+
| **Retro Hunt** |||||
344+
| **Access API** |||||
345+
| **Manage users and roles** |||||
346+
326347
# AIL SYNC
327348

328349
The synchronisation mechanism allow the sync from one AIL instance to another AIL using a standard WebSocket

0 commit comments

Comments
 (0)