Security

In Silzila, Row-Level Security (RLS) and Column-Level Security (CLS) are essential techniques for implementing fine-grained data access control. These mechanisms ensure that users only have visibility into the portion of data they are explicitly authorized to access, thereby protecting sensitive information and maintaining compliance with organizational policies.

Configuring Security in Playbook

At the top-right corner of the Playbook, select Chart Controls. In the controls panel, you will find a cell labeled Security. Selecting this cell opens the Security section, where you can configure:

Security

This feature ensures fine-grained access control, allowing you to manage data visibility and compliance directly within the Playbook.

FeatureRow-Level SecurityColumn-Level Security
ControlsAccess to rowsAccess to columns
Based onUser identity or rolesUser identity or roles
ExampleRegion manager sees only their region's dataHR can see salary, others can't
PurposeData segmentationData protection