mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-13 04:46:25 +00:00
chg: [doc] add roles functionality
This commit is contained in:
parent
8a9a4cb290
commit
3cfcb6682d
1 changed files with 21 additions and 0 deletions
|
@ -323,6 +323,27 @@ for elem in sys.stdin:
|
||||||
pyail.feed_json_item(content , meta, feeder_name, feeder_uuid)
|
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
|
# AIL SYNC
|
||||||
|
|
||||||
The synchronisation mechanism allow the sync from one AIL instance to another AIL using a standard WebSocket
|
The synchronisation mechanism allow the sync from one AIL instance to another AIL using a standard WebSocket
|
||||||
|
|
Loading…
Add table
Reference in a new issue