Skip to content

Expose box_access_check_ddl

Dmitry Rodionov requested to merge dkr/expose_access_check_ddl into master

Summary

  • Expose box_access_check_ddl

This follows the path of box_access_check_space !403 (merged) and extends permission checking capabilities by allowing to check other permissions on spaces (i e grant, create) and permissions on other objects, namely users roles and functions.

Corresponding MR in tarantool-sys picodata/tarantool!122

Part of picodata#339 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Yaroslav Dynnikov

Merge request reports