Overview
Infisical’s organization permissions system follows a role-based access control (RBAC) model built on a subject-action-object framework. At the organization level, these permissions determine what actions users/machines can perform on various resources across the entire organization. Each permission consists of:- 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)
app-connections—support conditional permissions and permission inversion for more granular access control.