I have a tarantool application, cartridge based. I try to connect to some instance:
tarantoolctl connect localhost:3301
and I get this answer:
Execute access to universe '' is denied for user 'guest'
I tried to connect with admin user, but it requires password:
tarantoolctl connect admin@localhost:3301
Incorrect password supplied for user 'admin'
I tried different variants, but it's wrong too:
tarantoolctl connect admin:password@localhost:3301
tarantoolctl connect admin:passwd@localhost:3301
tarantoolctl connect admin:@localhost:3301
What is default password for admin in cartridge application?