I am doing some experiments with a storj-emu
(which is like a storj-sim
on real hardware in an isolated network). Basically in it I deploy nodes and satellite(s) with ansible
scripts, so not using anything like storj-sim
for orchestration.
The issue I have I is I can generate user accounts with a hacked-together cli which uses some storj
library functions to go through registration steps based on the auth-token
that the satellite was started with.
So now the users can login to the satellite console, but cannot make a new project without registering a payment method, so I also don’t get an api key with which I can test uplink etc.
So I was hoping that storj-admin
would offer some of the needed functionality, but it is pretty much empty (just a stub). Is it for future use, or deprecated? Is there some kind of top level admin functionality for satellites?
(I’m still discovering some stuff, I may have access to the needed functionality by directly talking to the http api? But is it sufficient?)