merge main

This commit is contained in:
Scott Wilson
2025-09-15 15:06:42 -07:00
605 changed files with 11025 additions and 4114 deletions

View File

@@ -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

View File

@@ -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 |
| -------- | ------------------------- |