@@ -323,6 +323,27 @@ for elem in sys.stdin:
323
323
pyail.feed_json_item(content , meta, feeder_name, feeder_uuid)
324
324
```
325
325
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
+
326
347
# AIL SYNC
327
348
328
349
The synchronisation mechanism allow the sync from one AIL instance to another AIL using a standard WebSocket
0 commit comments