连接到 tarantool 墨盒应用程序的默认密码是什么

And*_*y V 6 tarantool tarantool-cartridge

我在 tarantool 墨盒(集群)上有一个默认应用程序。我想连接到集群的路由器。我使用命令:

tarantoolctl connect admin:_password_@localhost:3301
Run Code Online (Sandbox Code Playgroud)

在哪里可以找到默认密码?

Run*_*For 8

在墨盒中,它被称为cluster_cookie. 您可以在此处找到默认设置。

如果您使用cartridge-cli工具创建了项目,它将取决于您的项目名称

...
cluster_cookie = '${project_name_lower}-cluster-cookie'
...
Run Code Online (Sandbox Code Playgroud)

你可以从cartridge-cli配置中操纵它的值

此外,还有一个ansible-cartridge角色配置示例。