Skip to content

Commit b0f2abc

Browse files
Add documentation for RBAC (#336)
1 parent 5117b35 commit b0f2abc

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"paid/organization-template-catalog",
8787
"paid/customer-workspaces",
8888
"paid/slack-app",
89-
"paid/subagents"
89+
"paid/subagents",
90+
"paid/role-based-access-control"
9091
]
9192
},
9293
{

paid/role-based-access-control.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: 'Role-Based Access Control'
3+
description: 'Manage user permissions with workspace and organization roles'
4+
icon: 'shield-halved'
5+
---
6+
7+
<Info>**Role-Based Access Control (RBAC)** is an Enterprise edition feature. See [pricing](https://www.openops.com/pricing/) for details.</Info>
8+
9+
OpenOps Enterprise edition includes role-based access control to manage what users can do within workspaces and across the organization. Permissions are assigned through roles at two levels: **workspace roles** and **organization roles**.
10+
11+
## Workspace Roles
12+
13+
Workspace owners or admins can assign a specific role to a user in a particular workspace.
14+
15+
- **Viewer** — Can view workflows, runs, connections, and templates within the workspace.
16+
- **Contributor** — Everything a Viewer can do, plus create, edit, delete, and test workflows, manage connections, and manage folders and templates.
17+
- **Workspace Owner** — Everything a Contributor can do, plus manage workspace members and workspace settings, and publish or delete templates.
18+
- **Admin** — Organization admins who join a workspace receive the same permissions as Workspace Owners.
19+
20+
## Organization Roles
21+
22+
Organization roles control permissions that apply across the entire organization, outside of any specific workspace.
23+
24+
- **Member** — Can manage integrations and view templates.
25+
- **Admin** — Everything a Member can do, plus manage users, create workspaces, and assign members to workspaces.
26+
27+
<Tip>Custom roles are available on request. Contact your OpenOps account manager to discuss your requirements.</Tip>

0 commit comments

Comments
 (0)