I have a default application on tarantool cartridge (cluster). I want to connect to the cluster's router. I use the command:
tarantoolctl connect admin:_password_@localhost:3301
Where can I find the default password?
I have a default application on tarantool cartridge (cluster). I want to connect to the cluster's router. I use the command:
tarantoolctl connect admin:_password_@localhost:3301
Where can I find the default password?
In cartridge it is called
cluster_cookie. You may find the default one here.If you've created your project using
cartridge-clitool it would depend on your project name:And you can manipulate its value from
cartridge-cliconfigAlso, there is an example for
ansible-cartridgerole config.