From baee2a0f38f7204307478b03753dd25d167ba81c Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 13 May 2024 09:10:02 -0400 Subject: [PATCH] docs: correct ACL requirements for CSI plugins (#20552) CSI plugins are not namespaced, and there's no "list plugin" ACL. Instead, listing and reading plugins require the `plugin:read` ACL. --- website/content/api-docs/plugins.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/website/content/api-docs/plugins.mdx b/website/content/api-docs/plugins.mdx index f6676906c..64ac21f23 100644 --- a/website/content/api-docs/plugins.mdx +++ b/website/content/api-docs/plugins.mdx @@ -22,9 +22,9 @@ The table below shows this endpoint's support for [blocking queries](/nomad/api-docs#blocking-queries) and [required ACLs](/nomad/api-docs#acls). -| Blocking Queries | ACL Required | -| ---------------- | --------------------------- | -| `YES` | `namespace:csi-list-plugin` | +| Blocking Queries | ACL Required | +|------------------|---------------| +| `YES` | `plugin:read` | ### Parameters @@ -70,9 +70,11 @@ The table below shows this endpoint's support for [blocking queries](/nomad/api-docs#blocking-queries) and [required ACLs](/nomad/api-docs#acls). -| Blocking Queries | ACL Required | -| ---------------- | --------------------------- | -| `YES` | `namespace:csi-read-plugin` | +| Blocking Queries | ACL Required | +|------------------|-----------------------------------------------------------------| +| `YES` | `plugin:read`, | +| | `namespace:*`
Allocations listed are filtered by namespace | + ### Sample Request