You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is the config:info([version]) method, but in order to access it
over iproto an application developer should add something like the
following into the application code:
_G.config=require('config')
It is not convenient, at least because it requires an attention from the
application developer and it can't be solved solely by an administrator.
Now, the config:info('v2') result is reported in the config field of
the box.info table. It is accessible over iproto if appropriate
privileges are granted for a calling user.
Uh oh!
There was an error while loading. Please reload this page.
Product: Tarantool
Since: 3.2
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_info/
SME: @ Totktonada
There is the
config:info([version])
method, but in order to access itover iproto an application developer should add something like the
following into the application code:
It is not convenient, at least because it requires an attention from the
application developer and it can't be solved solely by an administrator.
Now, the
config:info('v2')
result is reported in theconfig
field ofthe
box.info
table. It is accessible over iproto if appropriateprivileges are granted for a calling user.
Requested by @Totktonada in tarantool/tarantool@a1544d3 (tarantool/tarantool#10044, tarantool/tarantool#10051)
The text was updated successfully, but these errors were encountered: