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-15 12:45:10 -05:00 committed by GitHub
parent 7126161223
commit 460a7802a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ User of the same account should be able to connect from anywhere in the same inf
#### Key Takeaways
* Break up config into separate artifacts manageable by different entities
* Configuration is broken up into separate artifacts manageable by different entities
* Separate accounts from config and user from accounts
* Accounts do NOT correspond to infrastructure, they correspond to teams or applications.
* Connect to any cluster in the same infrastructure and be able to communicate with all other user in your account.