Ginger Collison
fcdfef1a66
Merge pull request #219 from nats-io/jsz
...
[added] description for jsz endpoint
2021-03-15 10:28:58 -05:00
Ginger Collison
0ab2bb72b3
Merge pull request #216 from nats-io/websockets
...
Add Websocket Configuration Documentation
2021-03-15 10:19:02 -05:00
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
Ginger Collison
132bf6b19f
fixing JetStream capitalization
2021-02-24 11:19:50 -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
Ivan Kozlovic
6bacb945b4
Restructe layout, add README and config page, etc..
...
Resolves #205
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-16 10:33:35 -07: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
Ivan Kozlovic
44fa12e358
Add note about frame types and content of a frame wrt NATS protocols
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-10 13:18:37 -07:00
Matthias Hanel
5cb7c796a1
[added] description for jsz endpoint
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 13:22:53 -05:00
Ginger Collison
6d00a5523b
Update websockets.md
2021-02-08 13:46:16 -06:00
Ginger Collison
093b6459c6
update link to JWT
2021-02-08 13:41:32 -06:00
Ivan Kozlovic
2e36c79791
Some updates taken from Alberto's closed PR.
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-08 11:49:32 -07:00
Ivan Kozlovic
4f428bce64
Updates
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-08 09:59:02 -07:00
Ginger Collison
33acdbe454
Update websockets.md
2021-02-08 09:18:37 -06:00
Colin Sullivan
a4fb219bb1
add websocket configuration
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-06 15:54:08 -07: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