From a3bfa2be70eb5ec1044ddc0c77e7f0caa57d2303 Mon Sep 17 00:00:00 2001 From: marie flores Date: Wed, 8 Oct 2025 12:15:39 +0200 Subject: [PATCH 1/2] [docs] Add automation capabilities (#359) --- docs/administration/users.md | 2 ++ docs/usage/automation.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/administration/users.md b/docs/administration/users.md index 08faf9a6..8854bae6 100644 --- a/docs/administration/users.md +++ b/docs/administration/users.md @@ -48,6 +48,8 @@ Roles are used in the platform to grant the given groups with some **capabilitie | `Access ingestion` | Access (read only) remote OCTI streams, TAXII feeds, RSS feeds, CSV feeds. | |   `Manage ingestion` | Create, update, delete any remote OCTI streams, TAXII feeds, RSS feeds, CSV feeds. | | `Manage data mappers` | Create, update and delete CSV & JSON mappers. | +| `Use Playbooks` | Use Playbooks. | +|   `Manage Playbooks` | Manage Playbooks. | | `Access to admin functionalities` | Parent capability allowing users to only view the settings. | |   `Access administration parameters` | Access and manage overall parameters of the platform in `Settings > Parameters`. | |   `Manage credentials` | Access and manage roles, groups, users, organizations and security policies. | diff --git a/docs/usage/automation.md b/docs/usage/automation.md index 8ce59dd2..e4cc5ab6 100644 --- a/docs/usage/automation.md +++ b/docs/usage/automation.md @@ -11,7 +11,7 @@ Playbook automation is accessible in the user interface under Data > Processing !!! note "Right needed" - You need the "Manage credentials" [capability](../administration/users.md) to use the Playbooks automation, because you will be able to manipulate data simple users cannot access. + You need the "Manage Playbooks" [capability](../administration/users.md) to use the Playbooks automation, because you will be able to manipulate data simple users cannot access. You will then be able to: From b5c0f1a9875424813b9ddddc94a0c713de5284a8 Mon Sep 17 00:00:00 2001 From: marie flores Date: Thu, 16 Oct 2025 07:50:42 +0200 Subject: [PATCH 2/2] [docs] review --- docs/administration/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/users.md b/docs/administration/users.md index 8854bae6..5eac4c6d 100644 --- a/docs/administration/users.md +++ b/docs/administration/users.md @@ -48,7 +48,7 @@ Roles are used in the platform to grant the given groups with some **capabilitie | `Access ingestion` | Access (read only) remote OCTI streams, TAXII feeds, RSS feeds, CSV feeds. | |   `Manage ingestion` | Create, update, delete any remote OCTI streams, TAXII feeds, RSS feeds, CSV feeds. | | `Manage data mappers` | Create, update and delete CSV & JSON mappers. | -| `Use Playbooks` | Use Playbooks. | +| `Use Playbooks` | Use Playbooks (enroll an entity in a playbook). | |   `Manage Playbooks` | Manage Playbooks. | | `Access to admin functionalities` | Parent capability allowing users to only view the settings. | |   `Access administration parameters` | Access and manage overall parameters of the platform in `Settings > Parameters`. |