Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/nginx-one-console/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting here to avoid merging this PR without updating the TBD


### 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
Expand Down
3 changes: 3 additions & 0 deletions content/nginx-one-console/rbac/rbac-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Loading