Skip to content

Commit 0863325

Browse files
committed
test: fix init script
1 parent 86d514b commit 0863325

File tree

1 file changed

+1
-0
lines changed
  • tarantool-shared-resources/tarantool3

1 file changed

+1
-0
lines changed

tarantool-shared-resources/tarantool3/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ box.once('schema', function()
6666
end)
6767

6868
box.schema.user.grant('user_a', 'read,write', 'space', 'space_a')
69+
box.schema.user.grant('user_a', 'execute', 'function', 'box.session.user')
6970
box.schema.user.grant('user_b', 'read,write', 'space', 'space_b')
7071
box.schema.user.grant('user_b', 'read', 'space', 'space_a')
7172
box.schema.user.revoke('user_c', 'session', 'universe')

0 commit comments

Comments
 (0)