From cb340cefea8da64f8e04f86d47aa7ae2b46013f9 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Mon, 20 Aug 2018 20:33:15 +0100 Subject: [PATCH] Intention ACL API clarification (#4547) --- website/source/api/connect/intentions.html.md | 41 +++++++++++++++---- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/website/source/api/connect/intentions.html.md b/website/source/api/connect/intentions.html.md index d79ddc2ce..f9f6d4a1e 100644 --- a/website/source/api/connect/intentions.html.md +++ b/website/source/api/connect/intentions.html.md @@ -30,9 +30,12 @@ The table below shows this endpoint's support for [consistency modes](/api/index.html#consistency-modes), and [required ACLs](/api/index.html#acls). -| Blocking Queries | Consistency Modes | ACL Required | -| ---------------- | ----------------- | ---------------- | -| `NO` | `none` | `service {intentions:write}` | +| Blocking Queries | Consistency Modes | ACL Required | +| ---------------- | ----------------- | ------------------------------ | +| `NO` | `none` | `intentions:write`1 | + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters @@ -99,7 +102,10 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | --------------- | -| `YES` | `all` | `service:read` | +| `YES` | `all` | `intentions:read`1 | + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters @@ -151,7 +157,10 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | --------------- | -| `YES` | `all` | `service:read` | +| `YES` | `all` | `intentions:read`1 | + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Sample Request @@ -200,7 +209,11 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | ---------------- | -| `NO` | `none` | `service:write` | +| `NO` | `none` | `intentions:write`1 | + + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters @@ -244,7 +257,11 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | ---------------- | -| `NO` | `none` | `service:write` | +| `NO` | `none` | `intentions:write`1 | + + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters @@ -281,7 +298,10 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | ---------------- | -| `NO` | `none` | `service:read` | +| `NO` | `none` | `intentions:read`1 | + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters @@ -324,7 +344,10 @@ The table below shows this endpoint's support for | Blocking Queries | Consistency Modes | ACL Required | | ---------------- | ----------------- | --------------- | -| `NO` | `none` | `service:read` | +| `NO` | `none` | `intentions:read`1 | + +1 Intention ACL rules are specified as part of a `service` rule. +See [Intention Management Permissions](/docs/connect/intentions.html#intention-management-permissions) for more details. ### Parameters