Ginger Collison
de69dd2a1f
Merge pull request #226 from nats-io/no-auth-auth-timeout
...
[added] explanation of authentication timeout while using no_auth_user
2021-03-15 10:07:28 -05:00
Ginger Collison
0f1d9e01a8
GitBook: [master] 60 pages and 12 assets modified
2021-03-15 14:08:37 +00:00
Ginger Collison
3429cc74ff
Merge pull request #178 from nats-io/add_jetstream_docs
...
adding JetStream Docs
2021-03-15 09:04:46 -05:00
Ginger Collison
042264f33b
Grammar/syntax review
2021-03-03 09:30:05 -06:00
Colin Sullivan
bc3b2b9cd7
add jsz http endpoint
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-03-02 21:39:26 -07:00
Ginger Collison
948866f9b0
Merge pull request #222 from bhass1/bhass1-patch-gateway-connections
...
Clarify Example Gateway Connection Logic
2021-02-24 12:07:48 -06:00
Matthias Hanel
770b37eab9
[added] explanation of authentication timeout while using no_auth_user
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-23 17:03:18 -05:00
Jaime Piña
3f01c728c1
Replace mkpasswd with natscli ( #223 )
...
With mkpasswd now gone from nats-server, this change replaces instances of
mkpasswd with the new official natscli tool.
2021-02-17 13:59:12 -08:00
Bill Hass
20046aa2eb
Clarify Example Gateway Connection Logic
...
The current description reads like each external gateway, B1 & B2, should have three connections from the local cluster because the local cluster has three gateway nodes. However, my understanding is that the external gateway _cluster_ will have three connections from the local cluster.
Added cluster at the end of sentence and clarified there will be three outbound connections from the local cluster.
2021-02-10 16:34:11 -05:00
Colin Sullivan
6e33b1cc75
Add lame duck mode documentation.
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-06 11:15:16 -07:00
Ginger Collison
b5e79b6eb0
Update README.md
2021-01-27 10:33:03 -06:00
Waldemar Quevedo
9cb23ec044
Update leafnode examples
2021-01-27 07:33:23 -08:00
Matthias Hanel
e7909fe189
adding password to sample
2021-01-07 20:14:38 -05:00
Ginger Collison
9e0f9fb67e
Changing the wording just a bit for more clarity.
2021-01-04 09:34:00 -06:00
Ryan Parman
71e69ba723
Fix a poorly-formatted link
...
* Fix a poorly-formatted link.
* Used the [most usable link pattern](https://www.nngroup.com/articles/writing-links/ ) originally documented in 1996.
2020-12-31 17:53:52 -08:00
Ginger Collison
9f2fec4dfb
GitBook: [master] 6 pages and 10 assets modified
2020-12-14 18:44:03 +00:00
Christopher Watford
03219c51cb
Fix link to client-side slow consumer detection
2020-12-14 13:17:30 -05:00
Matthias Hanel
eba03ef178
adding doc for verify_cert_and_check_known_urls
...
This is a new feature similar to verify_and_map, but without the extra config.
2020-11-20 17:34:03 -05:00
Matthias Hanel
84308f68d5
clarify insecure
...
This is the go documentation of the value that this configuration sets
// InsecureSkipVerify controls whether a client verifies the
// server's certificate chain and host name.
// If InsecureSkipVerify is true, TLS accepts any certificate
// presented by the server and any host name in that certificate.
// In this mode, TLS is susceptible to man-in-the-middle attacks.
// This should be used only for testing.
InsecureSkipVerify bool
2020-11-18 17:57:03 -05:00
Chanaka Lakmal
47e986f600
Fix a typo in authentication guide
2020-11-06 18:38:34 +05:30
Olivier M. Esuka
a7fc21ca1d
Correct the installation path
...
### Description
This PR correct the installation path before moving the executed file from the unzipped folder
### How to reproduce
```text
> curl -L https://github.com/nats-io/nats-server/releases/download/v2.0.0/nats-server-v2.0.0-linux-amd64.zip -o nats-server.zip
> unzip nats-server.zip -d nats-server
Archive: nats-server.zip
creating: nats-server-v2.0.0-linux-amd64/
inflating: nats-server-v2.0.0-linux-amd64/README.md
inflating: nats-server-v2.0.0-linux-amd64/LICENSE
inflating: nats-server-v2.0.0-linux-amd64/nats-server
> sudo cp nats-server/nats-server-v2.0.0-linux-amd64/nats-server /usr/bin
```
The above `sudo cp nats-server-v2.0.0-linux-amd64/nats-server /usr/bin` doesn't work because the source should be ` nats-server/nats-server-v2.0.0-linux-amd64/nats-server`
2020-11-04 21:18:31 +02:00
Matthias Hanel
6f7a5b1286
fix links and wording
...
noticed broken links
2020-10-30 15:59:14 -04:00
Ginger Collison
601173bc99
Update gateway.md
2020-10-30 14:41:22 -05:00
Phil Pennock
f5f1ff8718
Provide guidance on TLS ca_file directives
2020-10-30 15:33:14 -04:00
Ginger Collison
79ece7d7f8
reword based on comments
2020-10-26 14:36:44 -05:00
Ginger Collison
8db8f55c19
changed the wording a little
2020-10-26 12:14:56 -05:00
Ivan Kozlovic
e98777cca8
Update no_advertise comment
...
Resolves https://github.com/nats-io/nats-server/issues/1647
2020-10-26 10:41:42 -06:00
Jaime Piña
0e257e096f
Fix typo
2020-09-05 20:42:48 -07:00
Ginger Collison
d21aed4887
GitBook: [master] 178 pages modified
2020-09-04 20:10:37 +00:00
Alberto Ricart
53ed47faf5
updated file path to match existing nkeys layout.
2020-08-18 09:13:12 -05:00
Alberto Ricart
e62dc25b7b
updated documentation to mem-resolver generation
2020-08-16 08:58:37 -05:00
Derek Collison
fafee2484c
Cleaned up account property for remote leafnodes.
2020-08-11 18:22:55 -07:00
Vladimir Dimitrov
4eeb91f35d
Update docker-compose doc ( #126 )
2020-07-23 15:17:27 -07:00
Cliff Brake
9ad6c99e06
remove duplicate so
2020-07-18 15:11:02 -04:00
Cliff Brake
e2e8bac3c9
change server to plural in two places
2020-07-18 15:04:14 -04:00
Ivan Kozlovic
d9dcedc846
Add http_base_path config
...
Related to nats-io/nats-server#1392 .
2020-06-25 09:33:05 -06:00
Ginger Collison
dde41d778b
GitBook: [master] 21 pages modified
2020-06-09 14:20:36 +00:00
Ginger Collison
45b4edb6dc
Update ngs-docker-python.md
2020-05-22 12:21:07 -05:00
Waldemar Quevedo
276239b8a9
Create ngs-docker-python.md
2020-05-21 14:21:38 -07:00
Ginger Collison
c718fc2854
Merge pull request #98 from nats-io/sys_srvc
...
Documenting monitoring endpoint as system service
2020-05-15 10:11:54 -05:00
Matthias Hanel
e198a783d1
Documenting no_auth_user
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-05-13 15:01:16 -04:00
Matthias Hanel
5c772e18c3
Documenting monitoring endpoint as system service
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-05-12 21:28:22 -04:00
Ginger Collison
efda4f3676
Update tls.md
2020-04-27 11:37:57 -05:00
Matthias Hanel
1d75e83055
clarifications for mkcert -client
2020-04-21 15:21:21 -04:00
Matthias Hanel
9443b0ced5
Fixing links (all lower chase anchors and removing github links)
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-04-13 16:22:10 -04:00
Matthias Hanel
56410c1e43
Adding links to accounts
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-04-10 20:46:49 -04:00
Ginger Collison
de933e912d
GitBook: [master] 61 pages modified
2020-04-10 14:41:07 +00:00
Ginger Collison
542bb62cfd
Merge pull request #83 from nats-io/matthiashanel-patch-3
...
ping_interval is parsed as duration now
2020-04-10 09:28:53 -05:00
Ginger Collison
aecb86faf9
Merge pull request #79 from nats-io/jwt
...
Better explanation of jwt. Reorganizing files, adding links.
2020-04-03 14:45:54 -05:00
Ginger Collison
57588b9601
Merge pull request #82 from nats-io/matthiashanel-patch-2
...
including "gomaxprocs": 4, in varz output
2020-04-02 14:17:19 -05:00