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:15:00 -05:00 committed by GitHub
parent b0e12801a0
commit a18695ea9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ This allows the implementation of sign-up services.
#### Key Takeaways
* JWT and associated chain of trust allows for centralized/decentralized/self-service account configuration
* JWTs and the associated chain of trust allows for centralized, decentralized, or self-service account configuration
* It is important to pick the deployment model that fits your needs, NOT the most complicated one.
* Distributing Operator/Account JWT NKEYs between Administrators and teams enable these deployment model
* Sign up services for Accounts/User can be implemented by programs in possession of signing keys