From 025ad23a861b7bada3c26b029ce8f7bd6ca56933 Mon Sep 17 00:00:00 2001 From: Wayne Sun Date: Sat, 29 Aug 2026 18:21:33 -0400 Subject: [PATCH] docs: remove internal-only e2e role from the user-facing role matrix The e2e role drives fullsend's own end-to-end/behaviour test tooling; it is not a role users configure for their agents. Listing it in the Role Permissions Matrix (added in #6652) implies it is selectable alongside coder/review/etc. Remove the e2e row and its permissions note so the matrix reflects only roles intended for user/agent configuration. Relates to #6563 (BYOA role selection). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_014X4fMw1vDSNwXYVh4DN1FX Signed-off-by: Wayne Sun --- docs/guides/infrastructure/infrastructure-reference.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/guides/infrastructure/infrastructure-reference.md b/docs/guides/infrastructure/infrastructure-reference.md index 51fcf3ef5..7a04c7fb1 100644 --- a/docs/guides/infrastructure/infrastructure-reference.md +++ b/docs/guides/infrastructure/infrastructure-reference.md @@ -104,9 +104,6 @@ Custom roles can be registered via the standalone mint's `CUSTOM_ROLE_PERMISSION | **review** | read | write | write | — | read | — | — | — | read | | **retro** | read | write | write | read | — | — | — | — | read | | **prioritize** | read | — | write | — | — | — | — | write | read | -| **e2e** | write | write | write | write | — | write | write | — | read | - -The **e2e** role also grants: `administration` (write), `members` (write), `secrets` (write), `organization_actions_variables` (write), `organization_administration` (write). These permissions are omitted from the table above because no other role uses them. ### Mint Security Controls