From 460a7802a3e6620ab206b5d47f4dcd5b0db130bf Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Mon, 15 Feb 2021 12:45:10 -0500 Subject: [PATCH] Update developing-with-nats/tutorials/jwt.md Co-authored-by: Colin Sullivan --- developing-with-nats/tutorials/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 1920041..b2015a7 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -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.