Skip to main content
Cube can be configured with dynamic username & password verification system by setting a checkSqlAuth() function in the configuration file. This function should verify username and return an object with password and security context. If password returned from this function matches provided in connection string user will be authenticated with provided security context.

Security Context (Row-Level Security)

Cube’s SQL API can also use the Security Context for Dynamic data model creation or queryRewrite property in your configuration file. By default, the SQL API uses the current user’s Security Context, but this behaviour can be modified so that certain users are allowed to switch. To do this, we must first define which user is allowed to change Security Context:

Example

First, you need to define what user is allowed to change security context:
Then configure the contextToAppId(), queryRewrite() and checkSqlAuth() properties in your cube.js configuration file:
Now, you can use the securityContext in your data model:

Virtual User Filter

With the above now configured, we can query Cube using SQL with a user that is part of a trusted team:
This pairs well with other security functionality in tools like Preset, which allows configuring row-level security to allow access to data based on the current user’s security context. If it’s not enough for your case, you define your logic for check with canSwitchSqlUser property in your cube.js configuration file. You can change security context for specific query via virtual filter on: