From 9edf22f7b8b0aebd1c085c8992affce3b6f21219 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Wed, 10 Feb 2021 15:48:45 -0500 Subject: [PATCH] Update nats-server/configuration/securing_nats/jwt/resolver.md Co-authored-by: Colin Sullivan --- nats-server/configuration/securing_nats/jwt/resolver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/securing_nats/jwt/resolver.md b/nats-server/configuration/securing_nats/jwt/resolver.md index 80cd0f5..f145800 100644 --- a/nats-server/configuration/securing_nats/jwt/resolver.md +++ b/nats-server/configuration/securing_nats/jwt/resolver.md @@ -41,7 +41,7 @@ NATS based resolver embed the functionality of the [account server](https://gith To not have to store all account jwt on every server, this resolver has two sub types `full` and `cache`. Their commonalities are that they exchange/lookup account jwt via NATS and the system account and store them in a local (not shared) directory. -### full +### Full This resolver stores all jwt and exchanges them in an eventually consistent way with other resolver of the same type. [`nsc`](../../../../nats-tools/nsc/README.md) supports push/pull/purge with this resolver type.