nats-account-server icon indicating copy to clipboard operation
nats-account-server copied to clipboard

Support for direct access of the nsc folder has been removed

Open nav9 opened this issue 2 years ago • 0 comments

I was following the steps mentioned in the readme. I built the Docker image (after figuring out the missing steps of needing to cd into the folder) and ran docker run -v ~/.nsc/nats/<op name>:/<op name> -p 9090:9090 "nats-io/nats-account-server:0.5" -nsc /<op name> -nats docker.for.mac.host.internal:4222 -hp 0.0.0.0:9090 after taking quite a while to figure out that op is meant to be "operator". I'm then shown this error:
[ERR] Support for direct access of the nsc folder has been removed.

Guys, you've created a good software. But using it and figuring out the concepts is a nightmare. Please do a "hallway testing" of your documentation and tutorials to see how difficult it it is for someone to understand it. Also, there is a lot about the commands and the way components interact with each other that can be massively simplified.

For now, how does one get past this error and yet retain the ability to push JWT's to this server? My NSC is installed on my PC, with an operator and users configured. NATS is active as a Docker container with port 4222 exposed. Am only facing this issue with NAS.

nav9 avatar Oct 17 '21 16:10 nav9