What is the default password for connecting to tarantool cartridge application

前端 未结 1 911
无人及你
无人及你 2021-01-18 14:15

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:_pas         


        
相关标签:
1条回答
  • 2021-01-18 15:18

    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.

    0 讨论(0)
提交回复
热议问题