test: access control user story
Summary
- test: access control user story
Tested scenarios:
- Alice is granted a privilege to create global/sharded table
- Alice can create, read, and write it
- Bob can't read it
- Alice grants Bob a privilege to read it
- Now Bob can read it, but he still can't write
Close #395 (closed) Supersedes !742 (closed)
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
(if Lua API changed) Lua API version is bumped inluamod.rs
-
(if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov