From dc1f8b4a0ec64902e05dc347a664434ab3bcd453 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:33:07 -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 0a17ce3..c814948 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1297,7 +1297,7 @@ Examples in sub sections below assume that the cluster to connect into is in ope ##### Non Operator Mode -Outgoing connection is not in Operator mode. Thus it's system account account differs. This shows how to connect them still. +The outgoing connection is not in Operator mode, thus the system account may differ from the user account. This example shows how to configure a user account and the system account in a leaf node. Credentials files provided have to contain credentials that are valid server/cluster reachable by `url`. In the example no accounts are explicitly configured, yet some are referenced. These are the default Account `$G` and the default system account `$SYS`