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:17:31 -05:00 committed by GitHub
parent eb31d18fe4
commit 53025367c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -669,7 +669,7 @@ The output will display the public portion of the signing key, use that to assig
`nsc generate nkey -o --store` followed by `nsc edit operator --sk OB742OV63OE2U55Z7UZHUB2DUVGQHRA5QVR4RZU6NXNOKBKJGKF6WRTZ `.
To pick the operator signing key for account generation, provide the `-i` option when doing so.
The system account is the account under which `nats-server` offer system services and will be explained [later](#system-account).
The system account is the account under which `nats-server` offer system services and will be explained in the [system-account](#system-account) section.
To access these services a user with credentials for the system account is needed.
Unless this user is restricted with appropriate permissions, this user is essentially the admin user.
They are create like any other user.