docs: add Dashboard RBAC permissions matrix#3005
Merged
Conversation
Adds comprehensive documentation of the Dashboard's role-based access control (RBAC) permissions matrix with detailed breakdowns of each role (Owner, Admin, Developer, Support, Member) and their permissions across different features. Also documents the new <ComparisonTable> component and related utilities for creating feature comparison tables. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This commit overhauls the RBAC documentation to reflect recent changes in dashboard roles and permissions. Key changes include: - Renamed 'Member' role to 'Viewer'. - Introduced a new 'Admin' role. - Introduced a new 'Developer' role. - Updated the permissions matrix to remove 'Key' column and align with new roles. - Added detailed descriptions for each role, outlining responsibilities, permissions, and limitations. - Replaced 'Differences from current state' with 'Role details' and 'Frequently asked questions' sections for better clarity and structure.
Updated the description and limitations for the Admin role in the RBAC documentation. Previously, the documentation stated that Admins could not manage organization members; however, this is incorrect. This change removes that misleading information to accurately reflect the permissions of the Admin role, ensuring the documentation is precise and up-to-date.
Update CONTRIBUTING.md to document the new CompareNotApplicable component and fix CompareMaybe default character (◐ instead of —). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change CompareMaybe to ComparePartial in CONTRIBUTING.md - Replace "Not applicable" text with <CompareNotApplicable /> component in dashboard overview.mdx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…dd CompareNotApplicable, remove ChangeTag Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
rafaelrcamargo
approved these changes
Feb 5, 2026
Member
rafaelrcamargo
left a comment
There was a problem hiding this comment.
looks pretty nice, i think this is great layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SarahSoutoul
approved these changes
Feb 6, 2026
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.
Warning
https://github.com/clerk/clerk/pull/2034 will need to be merged first with new MDX components.
🔎 Previews:
What does this solve?
What changed?
/docs/guides/dashboard/overviewwith detailed permissions breakdown for Owner, Admin, Developer, Support, and Viewer roles using<ComparisonTable>component<ComparisonTable>component documentation to CONTRIBUTING.md with usage examples and related components (<CompareYes />,<CompareNo />,<ComparePartial>,<CompareNotApplicable />,<ChangeTag />)