Skip to content

Releases: exasol/row-level-security-lua

Role- and group-security

18 Sep 10:21
8f49fef
Compare
Choose a tag to compare

Summary

This release brings role-based and group-based row-level security.

One important difference compared to the Java version is that in the combination of role and tenant security the criteria are combined with a logical OR rather than an AND. From the use case perspective this makes more sense, but you have to keep that in mind when switching and migrate the settings if necessary.

Features / Enhancements

  • #6: Added role security
  • #8: Added group security

Prototype

03 Sep 10:20
3cb66fc
Compare
Choose a tag to compare

Summary

The prototype offers tenant-security, and has full unit test and integration test coverage.

Features / Enhancements

  • #1: Prototype

Refactoring

  • #2: Removed remotelog sources and added the module as a LuaRocks dependency.

Dependency updates

  • Added remotelog:1.0.0

Note that row-level-security-lua also has dependencies to cjson and luasockets, both of which are pre-installed on Exasol.