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

authorization

This commit is contained in:
Alberto Ricart
2019-05-20 14:26:35 -05:00
parent b2b60e92e1
commit e95ebe373a
6 changed files with 54 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
## System Accounts
## System Events
NATS servers leverage [Account](nats_server/jwt_auth.md) support and generate events such as:
@@ -9,7 +9,7 @@ NATS servers leverage [Account](nats_server/jwt_auth.md) support and generate ev
In addition the server supports a limitted number of requests that can be used to query for account connections, server stat summaries, and pinging servers in the cluster.
These events are only accepted and visible to system account users.
These events are only accepted and visible to _system account_ users.
### The System Events Tutorial
You can learn more about System Accounts in the [Tutorial](sys_accounts.md).

View File

@@ -1,4 +1,4 @@
## System Account Tutorial
## System Events Tutorial
The following is a short tutorial on how you can activate a system account to: