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

A simple HTTP/NATS server to host JWTs for nats-server 2.0 account authentication.

Results 15 nats-account-server issues
Sort by recently updated
recently updated
newest added

when deploying the nats-account-server on kubernetes, we should make sure we don't lose accounts though we have three replicas and PVC setup. it's not easy to setup a backup-restore strategy...

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...

Hello maintainers, I would appreciate clarification on the primary/replica setup. From what I gather, there should be a single primary only. Any number of replicas that would download the token...

I created an operator using `nats-io/jwt/v2` library. Then I used that as `operatorjwtpath` in `config` file. But when I started `nats-account-server`, it's showing `unexpected "ed25519-nkey" algorithm` for `operator jwt`. ```shell...

NATS Account server, version 0.8.6 "-nsc" is missing: flag provided but not defined: -nsc "-c" doesn't appear to read the config file.

Hi all, I am using the nats-account-server version 0.8.4. If the server is running while doing a revocation using nsc tool, the nats-account-server stops and throws an error: ``` 2020/11/22...

https://github.com/nats-io/nats-account-server/blob/c0c1890b8eaca1cd834e414700c8ccd022d581a6/server/conf/conf.go#L101

Make these consistent. Current NATS Account Server: ``` operatorjwtpath: "./nsc/accounts/nats/KO/KO.jwt" systemaccountjwtpath: "./nsc/accounts/nats/KO/accounts/SYS/SYS.jwt" ``` In NATS Server: ``` operator: eyJ0eXAiOiJqd3QiLCJhbGciOiJlZDI1NTE5In0.eyJqdGkiOiJI... resolver: URL(http://external-nats-account-server:9090/jwt/v1/accounts/) system_account: ABWYO322B3VDCKEFRVXWSIXXK6NZLY63XBAIZ34Q5HDU3VTDVVVPWCEV ```

Instead of pointing to location of file which requires a volume in k8s for example