What is the default password for connecting to tarantool cartridge application

爱⌒轻易说出口 提交于 2020-06-14 06:18:10

问题


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?


回答1:


In cartridge it is called cluster_cookie. You may find the default one here.

If you've created your project using cartridge-cli tool it would depend on your project name:

...
cluster_cookie = '${project_name_lower}-cluster-cookie'
...

And you can manipulate its value from cartridge-cli config

Also, there is an example for ansible-cartridge role config.



来源:https://stackoverflow.com/questions/62263900/what-is-the-default-password-for-connecting-to-tarantool-cartridge-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!