Role Based Access
Datasentinel offers Role-Based Access Control, enabling precise restriction of designated users to specific perimeters among the total instances available.
Last updated
Datasentinel offers Role-Based Access Control, enabling precise restriction of designated users to specific perimeters among the total instances available.
This feature allows administrators to restrict user access to a defined subset of PostgreSQL instances, providing precise and secure control over platform visibility.
You can associate multiple tags to the same role and combine AND/OR conditions

The finest granularity for access control in Datasentinel is at the level of the PostgreSQL instance name
Yes, a role in Datasentinel can indeed have several conditions based on the same tag.
Let's say you have a team member who needs access to two specific applications within your PostgreSQL environment – for instance, a crm and a sales application.
In Datasentinel, you can easily create a role that encompasses access to both these applications by setting up multiple conditions on the same tag.
In this example, you can define a role with the following conditions:
application=crm OR application=sales.
Last updated