Protect access to database tables on a per-row level based on roles and / or tenants.
Please note that the Java-variant of Row-Level-Security is superseded by an Lua RLS. The Lua variant is faster and easier to install. It requires Exasol 7.1 or later though.
Java RLS is discontinued with the end of support for Exasol 7.0 on December 31st 2022. The Lua variant is interface-compatible and can be used as a drop-in replacement.
Restrict access to rows (datasets) in tables to …
- set of roles
- tenants (owners)
- group of users
- combination of tenant and role
- combination of tenant and group
Requirement, design documents and coverage tags are written in OpenFastTrace format.