docs(user-guide): add auditor role documentation - #380
Open
mykolanehrych wants to merge 1 commit into
Open
Conversation
mykolanehrych
force-pushed
the
docs/EPMCDME-10930-auditor-role
branch
from
September 1, 2026 10:56
e7bd02d to
3d0e24f
Compare
Document the new is_auditor boolean flag: capability matrix update in roles-rbac.md, read-only access notes in Analytics/Projects/Users/Budgets, Platform Roles assignment steps in Users Management, and two FAQ entries. Refs: EPMCDME-10930
mykolanehrych
force-pushed
the
docs/EPMCDME-10930-auditor-role
branch
from
September 1, 2026 11:02
3d0e24f to
8075dc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
is_auditorboolean flag introduced in EPMCDME-10930. Covers the full feature across both admin and user-facing documentation.Changes
docs/admin/security/roles-rbac.md— added Auditor column to capability matrix, new "View all users/projects/budgets" row, updated role hierarchy diagram, and new## Auditor Flagsection with access table, combination rules, and assignment stepsdocs/user-guide/project-user-management/users.md— updated access admonition; added Platform Roles block description and### Platform Rolesassignment section with screenshots (toggle on/disabled+tooltip/auditor read-only view)docs/user-guide/project-user-management/projects.md— added Auditor read-only visibility note and screenshot to introdocs/user-guide/analytics/index.md— added### Auditoraccess subsection; updated Personal Spending and Leaderboard blurbsdocs/user-guide/budget-management/index.md— updated access text and table (Auditor column added, redirect note)faq/— two new FAQ entries: assigning the Auditor flag, and what Auditors can see and doTesting
npm startQuality Checks
npm run checkpasses (typecheck + lint + commitlint)npm run buildpasses — no broken linksstatic/img/)Additional Notes
Pre-commit secrets scan skipped locally (ghcr.io unreachable from Rancher Desktop at commit time; Gitleaks image has since been pulled). CI pipeline runs its own Gitleaks scan before merge.