Open unera opened 3 years ago
Seems like this task should be in https://github.com/tarantool/tvisor .
@LeonidVas I would like to see a developer side decomposition.
Blocked by https://github.com/tarantool/tt/issues/10
In the first stage, I propose to add authentication based on the following points:
tarantool.yaml
configuration to update credentials if they are changed in tarantool.yaml
Yet several comments:
tarantool.yaml
or in the location specified in tarantool.yaml
tt daemon configcheck
command is used to check the configurationtt daemon reload
(by SIGHUP
signal) command is used to update the current daemon configuration511
will be returned when trying to communicate with this env.The link that may (or may not) be useful: https://gist.github.com/Mons/6796d146cb2549e1b7108b923e589653
The module
tvisord.auth
containsCommands
If authorisation is not configured, then
--method
returnsdisabled
,--check
returnsok
for every request.