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:
parent
b7aecc6976
commit
9edf22f7b8
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user