1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update nats-server/configuration/securing_nats/jwt/resolver.md

Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Matthias Hanel 2021-02-10 15:48:45 -05:00 committed by GitHub
parent b7aecc6976
commit 9edf22f7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`. 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. 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. 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. [`nsc`](../../../../nats-tools/nsc/README.md) supports push/pull/purge with this resolver type.