-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
3.2accessRelated with the granting of rights, the accessRelated with the granting of rights, the accessconfig
Description
Product: Tarantool
Since: 3.2
Root document:
- https://www.tarantool.io/en/doc/latest/reference/configuration/configuration_reference/
- https://www.tarantool.io/en/doc/latest/platform/replication/supervised_failover/#configuring-a-cluster
SME: @ mandesero @ Totktonada
Details
To be done together with before #4552.
Target release: 3.2.0.
<user_or_role_name>.privileges.lua_call
:
Defines the Lua functions that the specified user or a user with the
specified role has permission to call. This field accepts a special
value, all
, which grants the privilege to use any global non-built-in
Lua functions.
For example, setting
credentials.users.alice.privileges.lua_call = ['foo']
allows the user alice to execute the foo function.
Requested by @mandesero in tarantool/tarantool@e7c7b24 (issue, pull request).
Metadata
Metadata
Assignees
Labels
3.2accessRelated with the granting of rights, the accessRelated with the granting of rights, the accessconfig