Role-based access control (RBAC)

Role-based access control works as on a standard database. For details, see Role-based access control.

However, privileges are granted on the virtual database. Explicitly granting privileges on a shard is not supported.

The following example shows how to GRANT MATCH privileges on the sharded database:

GRANT MATCH { prop } ON GRAPH `foo-sharded` NODES A TO reader

Property-based access control is not supported.