From c672b00ea4f4fbf29470ee5f5e07bc47f1d91284 Mon Sep 17 00:00:00 2001 From: Trece Wicklander-Bryant Date: Thu, 18 Jun 2026 16:55:18 -0700 Subject: [PATCH] docs: Documents New F5 Groups For Config Templates & WASM --- content/nginx-one-console/changelog.md | 12 ++++++++++++ content/nginx-one-console/rbac/rbac-api.md | 3 +++ 2 files changed, 15 insertions(+) diff --git a/content/nginx-one-console/changelog.md b/content/nginx-one-console/changelog.md index 9372c4baa..e3a381da7 100644 --- a/content/nginx-one-console/changelog.md +++ b/content/nginx-one-console/changelog.md @@ -9,6 +9,18 @@ f5-docs: DOCS-1394 Stay up-to-date with what's new and improved in the F5 NGINX One Console. +## TBD: Release `XC Release 2026-8-0` + +### RBAC: New custom roles for WebAssembly access and Template Submissions + +Three new API groups are now available for custom roles in NGINX One Console: + +- `f5xc-nginx-one-custom-wasm-read` — grants read access to WebAssembly (WASM) files. +- `f5xc-nginx-one-custom-templates-submissions-owner` — grants full lifecycle access (create, read, update, delete) for Template Submissions. +- `f5xc-nginx-one-custom-templates-submissions-contributor` — grants read and update access for existing Template Submissions, without create or delete permissions. + +For more information, see [Custom roles and API groups]({{< ref "/nginx-one-console/rbac/rbac-api.md" >}}). + ## June 15, 2026 ### F5 WAF for NGINX: Updated policy version names diff --git a/content/nginx-one-console/rbac/rbac-api.md b/content/nginx-one-console/rbac/rbac-api.md index 807e6ce00..3bbbdcb7f 100644 --- a/content/nginx-one-console/rbac/rbac-api.md +++ b/content/nginx-one-console/rbac/rbac-api.md @@ -45,3 +45,6 @@ The following table lists the available API groups that you can use to construct | f5xc-nginx-one-custom-ai-assistant | Write | Interact with the F5 AI Assistant. | | f5xc-nginx-one-custom-staged-config-manage | Write | View, create, update, and delete Staged Configs. | | f5xc-nginx-one-custom-staged-config-read | Read | View Staged Configs. | +| f5xc-nginx-one-custom-wasm-read | Read | View WebAssembly (WASM) files for NGINX One. | +| f5xc-nginx-one-custom-templates-submissions-owner | Write | View, create, update, and delete Template Submissions. | +| f5xc-nginx-one-custom-templates-submissions-contributor | Write | View and update existing Template Submissions. |