You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a very fresh install:
./vaultclient create-account --name xfabre --email [email protected] --password mypass --host 127.0.0.1
Error: error reading config file: Error: ENOENT: no such file or directory, open '/home/scality/.vaultclient.conf'
Where are you launching the vaultclient from ?
As it now requires the credentials file for the "superadmin" authentication, you'll need to provide the --config option with a path to the credentials file.
From a very fresh install:
./vaultclient create-account --name xfabre --email [email protected] --password mypass --host 127.0.0.1
Error: error reading config file: Error: ENOENT: no such file or directory, open '/home/scality/.vaultclient.conf'
Usage: create-account [options]
Options:
ls -althr /home/scality/
total 1.9M
-rw-r--r-- 1 scality scality 675 Apr 9 2014 .profile
-rw-r--r-- 1 scality scality 3.6K Apr 9 2014 .bashrc
-rw-r--r-- 1 scality scality 220 Apr 9 2014 .bash_logout
-rw------- 1 scality scality 74 Jun 9 19:32 .npmrc
drwxr-xr-x 2 root root 6 Jun 11 05:37 .npm
drwxr-xr-x 3 root root 20 Jun 11 05:37 ..
drwxr-xr-x 3 scality scality 18 Jun 11 05:37 .node-gyp
drwxr-xr-x 5 scality scality 121 Jun 14 18:55 .
-rw-r--r-- 1 scality scality 1.8M Jun 14 18:55 .babel.json
drwxr-xr-x 8 scality root 4.0K Jun 14 18:55 S3
The text was updated successfully, but these errors were encountered: