Skip to content

Add documentation for RBAC #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 12, 2025
Merged
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
Prev Previous commit
Next Next commit
Clarify the section abdout developer features
  • Loading branch information
jmacdotorg committed Jun 4, 2025
commit 1d2404199cd468f445b7e79cd1cce4e16065ddef
13 changes: 10 additions & 3 deletions docs/guides/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ permission or ownership level with your GitHub organization doesn't change as a

### CodeRabbit roles and developer features {#and-features}

CodeRabbit RBAC roles have no effect on using CodeRabbit developer features, such
as automated code reviews. In other words, if an organization has a Pro-tier
CodeRabbit account, then all developers working with its repositories can use Pro-tier features, regardless of RBAC.
CodeRabbit RBAC roles affect only access to administative features. Roles have no effect on using CodeRabbit developer features, such as automated code reviews.

For example, if an organization has a Pro-tier
CodeRabbit account, then any user account with a seat assigned to it can use Pro-tier features with the organization's private repositories, regardless of that account's RBAC role.

For more information on seat and subscription management, see [Manage your subscription](/getting-started/subscription-management).

## Default RBAC roles {#defaults}

Expand Down Expand Up @@ -126,3 +129,7 @@ available to each of the CodeRabbit RBAC roles.
| User Management | Read/Write | Read-only | Read-only |
| Subscription Management | Read/Write | Read-only | Read/Write |
| Billing Management | Read/Write | No access | Read/Write |

## What's next {#whats-next}

- [Manage your subscription](/getting-started/subscription-management)