Back to Knowledge Base
Role-Based Access Control (RBAC)
Understanding how to isolate departmental data and enforce strict permission hierarchies.
Our Row-Level Security (RLS) model ensures that data is completely segregated at the PostgreSQL level. Even if a software bug occurred, unauthorized users mechanically cannot read data they lack permissions for.
Dynamic Permissions
By default, TARE includes Owner, Admin, Scientist, and Viewer roles. However, enterprise tiers can configure custom policies.
- Strict Mutability: Lock finalized records so even Admins cannot alter them.
- Compartmentalization: Restrict Contract Research Organizations (CROs) to only view specific project folders.