infinit / infinit

The Infinit policy-based software-defined storage platform.

Home Page:http://infinit.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infinit: fatal error: user "root" does not exist

ronaldpetty opened this issue · comments

Hello, trying to give infinit a spin and running into the following. I am new hear, any guidance appreciated. I saw a closed bug similar to this for 'alice' user not having a unique name. I tried 'ron', now 'ronabc'.

root@92a9d70a199d:/# infinit user signup --name ronabc --fullname "Ronabc"
Generating RSA keypair.
Remotely created identity for user "ronabc".
Locally saved identity for user "ronabc".
root@92a9d70a199d:/# infinit network create -as ronabc --storage local --name my-network --push
infinit: fatal error: user "root" does not exist
root@92a9d70a199d:/# 

Hi Ronald!

Have you tried with --as instead of -as?

@akimd awesome thank you! I was misreading the error message, was thinking the value was issue instead of the arg key.

You're welcome!