nsc
nsc copied to clipboard
Tool for creating nkey/jwt based configurations
### What version were you using? N/A ### What environment was the server running in? brew.sh Apple Silicon M1 ### Is this defect reproducible? yes ### Given the capability you...
### What version were you using? nsc 2.8.4. ### What environment was the server running in? Linux/amd64 (Ubuntu 20.04 LTS) ### Is this defect reproducible? Yes. 1. Have an operator...
We have a feature request for enabling a max connection restriction on user jwts. A few weeks ago we struggled with some misbehaving clients, creating ever new connections when they...
`nsc generate nkey` outputs a good response to stderr, rather than stdout, which is unexpected. ```bash root@instance:/# nsc generate nkey -a --store 2> e root@instance:/# nsc generate nkey -a --store...
When I try to push nsc through wss ```bash nsc push -a incs -u wss://nats ``` > Error: scheme "wss" is not supported (http, https, nats) But the https is...
Activation tokens are generated automatically when adding a private imports using `nsc add import -i`. There could be a flag for generating activation tokens in favor of the `--token` flag.