mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
merge main
This commit is contained in:
@@ -9,7 +9,7 @@ Infisical's organization permissions system follows a role-based access control
|
||||
|
||||
Each permission consists of:
|
||||
|
||||
- **Subject**: The resource the permission applies to (e.g., workspaces, members, billing)
|
||||
- **Subject**: The resource the permission applies to (e.g., project, members, billing)
|
||||
- **Action**: The operation that can be performed (e.g., read, create, edit, delete)
|
||||
|
||||
Some organization-level resources—specifically `app-connections`—support conditional permissions and permission inversion for more granular access control.
|
||||
@@ -18,13 +18,13 @@ Some organization-level resources—specifically `app-connections`—support con
|
||||
|
||||
Below is a comprehensive list of all available organization-level subjects and their supported actions, organized by functional area.
|
||||
|
||||
### Workspace Management
|
||||
### Project Management
|
||||
|
||||
#### Subject: `workspace`
|
||||
#### Subject: `project` (formerly workspace)
|
||||
|
||||
| Action | Description |
|
||||
| -------- | --------------------- |
|
||||
| `create` | Create new workspaces |
|
||||
| Action | Description |
|
||||
| -------- | ------------------ |
|
||||
| `create` | Create new project |
|
||||
|
||||
### Role Management
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ Below is a comprehensive list of all available project-level subjects and their
|
||||
| `edit` | Modify existing tags |
|
||||
| `delete` | Remove tags from the project |
|
||||
|
||||
#### Subject: `workspace`
|
||||
#### Subject: `project`
|
||||
|
||||
| Action | Description |
|
||||
| -------- | ------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user