From 3cfcb6682d48e4df605787ca8275fc9e3a1ff747 Mon Sep 17 00:00:00 2001 From: terrtia Date: Fri, 31 Jan 2025 13:57:23 +0100 Subject: [PATCH] chg: [doc] add roles functionality --- doc/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/README.md b/doc/README.md index 06130dce..5059e617 100644 --- a/doc/README.md +++ b/doc/README.md @@ -323,6 +323,27 @@ for elem in sys.stdin: pyail.feed_json_item(content , meta, feeder_name, feeder_uuid) ``` +# AIL ROLES + +| **Functionality** | **Read-Only** | **No-API User** | **User** | **Administrator** | +|----------------------------------------------------|------------------|--------------------|------------------|-------------------| +| **Submit texts or images** | ❌ | ✔ (UI only) | ✔ | ✔ | +| **Tag objects** | ❌ | ✔ (UI only) | ✔ | ✔ | +| **Submit an URL to crawl** | ❌ | ✔ (UI only) | ✔ | ✔ | +| **Create a crawler scheduler** | ❌ | ❌ | ❌ | ✔ | +| **Create a tracker** | ❌ | Own only (UI) | Own & Organization | Full | +| **Edit or delete a tracker** | ❌ | Own only (UI) | Own | Full | +| **Create an investigation** | ❌ | Own only (UI) | Own & Organization | Full | +| **Add objects to organization's investigation** | ❌ | ❌ | ✔ | ✔ | +| **Edit organization's investigation** | ❌ | ❌ | ❌ | ✔ | +| **Delete organization's investigation** | ❌ | ❌ | ❌ | ✔ | +| **Export objects or investigations** | ❌ | Own only (UI) | Own & Organization | Full | +| **View objects, investigations, trackers** | ✔ | ✔ | ✔ | ✔ | +| **Complex Search** | ❌ | ❌ | ✔ | ✔ | +| **Retro Hunt** | ❌ | ❌ | ✔ | ✔ | +| **Access API** | ❌ | ❌ | ✔ | ✔ | +| **Manage users and roles** | ❌ | ❌ | ❌ | ✔ | + # AIL SYNC The synchronisation mechanism allow the sync from one AIL instance to another AIL using a standard WebSocket