1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update developing-with-nats/tutorials/jwt.md

Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Matthias Hanel 2021-02-16 13:26:56 -05:00 committed by GitHub
parent 3deb5c730c
commit c13337cbf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1451,7 +1451,7 @@ The altered operator JWT will have to be deployed to all affected `nats-server`
Once all `nats-server` have been restarted with the new operator, push the altered accounts.
Depending on your deployment mode you may have to distribute the operator JWT and altered account JWT to all other [`nsc`](#nsc) environments.
This process will be a lot easier when operator signing keys where used throughout and no account will be re signed because of this.
This process will be a lot easier when operator signing keys where used throughout and no account will be re-signed because of this.
If they where not, you can convert the old identity NKEY into a signing key using `nsc reissue operator --convert-to-signing-key`.
On your own time - you can then remove the then signing NKEY using `nsc edit operator --rm-sk O.. ` and re deploy the operator jwt to all `nats-server`.