mirror of
https://github.com/taigrr/nats.docs
synced 2026-03-23 07:02:17 -07:00
Added make deploy
Added /docs so we can host
This commit is contained in:
10
docs/nats_tools/README.md
Normal file
10
docs/nats_tools/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## NATS Tools
|
||||
|
||||
The NATS Ecosystem has many tools to support server configuration, enhance monitoring or tune performance:
|
||||
|
||||
- [mkpasswd](nats_tools/mkpasswd.md) - Generates or bcrypts passwords
|
||||
- [nk](nats_tools/nk.md) - Generate NKeys
|
||||
- [nsc](nats_tools/nsc/README.md) - Configure Operators, Accounts and Users
|
||||
- [nats account server](nats_tools/nas/README.md) - Serve Account JWTs
|
||||
- [nats top](nats_tools/nats_top/README.md) - Monitor NATS Server
|
||||
- [nats-bench](nats_tools/natsbench.md) - Benchmark NATS Server
|
||||
2355
docs/nats_tools/mkpasswd.html
Normal file
2355
docs/nats_tools/mkpasswd.html
Normal file
File diff suppressed because it is too large
Load Diff
24
docs/nats_tools/nas/dir_store.md
Normal file
24
docs/nats_tools/nas/dir_store.md
Normal file
@@ -0,0 +1,24 @@
|
||||
## Directory Store
|
||||
|
||||
|
||||
### NATS Account Server Configuration
|
||||
|
||||
```
|
||||
OperatorJWTPath: "/users/synadia/.nsc/nats/Test/Test.jwt",
|
||||
http {
|
||||
port: 9090
|
||||
},
|
||||
store {
|
||||
dir: "/tmp/as_store",
|
||||
readonly: false,
|
||||
shard: true
|
||||
}
|
||||
```
|
||||
|
||||
### To Add/Update a JWT
|
||||
|
||||
```
|
||||
> curl -i -X POST localhost:9090/jwt/v1/accounts/AC7PO3MREV26U3LFZFP5BN3HAI32X3PKLBRVMPAETLEHWPQEUG7EJY4H --data-binary @/Users/synadia/.nsc/nats/Test/accounts/TestAccount/TestAccount.jwt -H "Content-Type: text/text"
|
||||
```
|
||||
|
||||
Note that the `@` before the file name is required for curl to read the specified file, and use it as the payload. Otherwise it will simply post the path specified, which will result in an update error.
|
||||
2340
docs/nats_tools/nas/index.html
Normal file
2340
docs/nats_tools/nas/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2363
docs/nats_tools/nas/inspecting_jwts.html
Normal file
2363
docs/nats_tools/nas/inspecting_jwts.html
Normal file
File diff suppressed because it is too large
Load Diff
2393
docs/nats_tools/nas/mem_resolver.html
Normal file
2393
docs/nats_tools/nas/mem_resolver.html
Normal file
File diff suppressed because it is too large
Load Diff
2577
docs/nats_tools/nas/nas_conf.html
Normal file
2577
docs/nats_tools/nas/nas_conf.html
Normal file
File diff suppressed because it is too large
Load Diff
2399
docs/nats_tools/nats_top/index.html
Normal file
2399
docs/nats_tools/nats_top/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2423
docs/nats_tools/nats_top/tutorial.html
Normal file
2423
docs/nats_tools/nats_top/tutorial.html
Normal file
File diff suppressed because it is too large
Load Diff
2424
docs/nats_tools/natsbench.html
Normal file
2424
docs/nats_tools/natsbench.html
Normal file
File diff suppressed because it is too large
Load Diff
2346
docs/nats_tools/nk.html
Normal file
2346
docs/nats_tools/nk.html
Normal file
File diff suppressed because it is too large
Load Diff
2358
docs/nats_tools/nsc/index.html
Normal file
2358
docs/nats_tools/nsc/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2500
docs/nats_tools/nsc/nsc.html
Normal file
2500
docs/nats_tools/nsc/nsc.html
Normal file
File diff suppressed because it is too large
Load Diff
2556
docs/nats_tools/nsc/services.html
Normal file
2556
docs/nats_tools/nsc/services.html
Normal file
File diff suppressed because it is too large
Load Diff
2445
docs/nats_tools/nsc/signing_keys.html
Normal file
2445
docs/nats_tools/nsc/signing_keys.html
Normal file
File diff suppressed because it is too large
Load Diff
2561
docs/nats_tools/nsc/streams.html
Normal file
2561
docs/nats_tools/nsc/streams.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user