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