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

829 Commits

Author SHA1 Message Date
kfabryczny
d4fe3181cc
Shift comma 2020-12-23 12:10:35 +01:00
Ginger Collison
758d0566f4
Merge pull request #182 from nats-io/FAQ_Update
Update FAQ to add concurrent connections question
2020-12-14 17:13:49 -06:00
Ginger Collison
dabd82f7cc
Update FAQ to add concurrent connections question
Address concurrent connection Issue #180
2020-12-14 17:12:41 -06:00
Ginger Collison
9f2fec4dfb
GitBook: [master] 6 pages and 10 assets modified 2020-12-14 18:44:03 +00:00
Ginger Collison
e52dcd9682
Merge pull request #181 from watfordgnf/patch-1
Fix link to client-side slow consumer detection
2020-12-14 12:32:13 -06:00
Christopher Watford
03219c51cb
Fix link to client-side slow consumer detection 2020-12-14 13:17:30 -05:00
Ginger Collison
33dfb11002
Merge pull request #179 from fanadol/stan-config
adding stan config example
2020-12-03 10:02:34 -06:00
Irkham Widhi Saputro
c73d2e4583 adding stan config json example 2020-12-03 14:45:35 +07:00
Ginger Collison
a8952d1d45
Merge pull request #175 from tilleryd/small-fixes
Small fixes
2020-11-25 09:54:59 -06:00
Ginger Collison
e416182028
Merge pull request #177 from nats-io/wallyqs-patch-1
Add missing ctx param
2020-11-25 09:53:08 -06:00
Waldemar Quevedo
42b36ee37c
Add missing ctx param 2020-11-24 08:12:01 -08:00
Ginger Collison
bc1245f505
Merge pull request #176 from nats-io/fix_173
Fixed Postgres docker commands
2020-11-24 09:43:39 -06:00
Ivan Kozlovic
889f0c8205 Fixed Postgres docker commands
Resolves #173

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-11-23 17:58:13 -07:00
Ginger Collison
c54e4859e8
Merge pull request #174 from nats-io/verify_and_mapverify_cert_and_check_known_urls
adding doc for verify_cert_and_check_known_urls
2020-11-23 11:27:41 -06:00
David Tillery
5d3d56c171 minor clean up to some content 2020-11-23 01:17:58 -05:00
David Tillery
ffe4837710 clean up some code blocks 2020-11-23 01:16:50 -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
Ginger Collison
c966383582
Merge pull request #172 from nats-io/insecure
clarify insecure
2020-11-19 17:06:03 -06: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
Ginger Collison
ccaacefdc2
Merge pull request #170 from nelsonic/patch-2
Update link to Postgers connection params in latest Go Docs #169
2020-11-09 09:25:45 -06:00
Ginger Collison
f3a26f5887
Merge pull request #168 from ivorscott/patch-1
Update subjects.md
2020-11-09 09:23:09 -06:00
Nelson
12858490d4
Update link to Postgers connection params in latest Go Docs #169 2020-11-09 10:05:38 +00:00
Ivor Scott
2c6a57ac44
Update subjects.md 2020-11-08 23:54:16 +01:00
Ginger Collison
249963869a
Merge pull request #167 from ldclakmal/ldclakmal-dev
Fix a typo in authentication guide
2020-11-06 09:09:10 -06:00
Chanaka Lakmal
47e986f600
Fix a typo in authentication guide 2020-11-06 18:38:34 +05:30
Ginger Collison
f63a0b8875
Merge pull request #166 from oesukam/patch-1
Correct the installation path
2020-11-05 11:53:18 -06:00
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
Ginger Collison
dc1130e583
Merge pull request #159 from nats-io/kozlovic-patch-2
Streaming: added new auth configuration
2020-11-03 11:19:32 -06:00
Ginger Collison
c0bbb50332
Merge pull request #164 from nats-io/matthiashanel-patch-2
fix links and wording
2020-10-30 15:10:15 -05:00
Matthias Hanel
6f7a5b1286
fix links and wording
noticed broken links
2020-10-30 15:59:14 -04:00
Ginger Collison
ac6a82a0d2
Merge pull request #163 from nats-io/pdp/ca-roll-advice
Provide guidance on TLS ca_file directives
2020-10-30 14:49:06 -05: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
1eca5d0c38
Merge pull request #160 from nats-io/kozlovic-patch-3
Update no_advertise comment
2020-10-26 14:37:50 -05: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
Ginger Collison
70e7f16ffc
syntax changes 2020-10-09 09:35:29 -05:00
Ivan Kozlovic
1560ea0089
Streaming: added new auth configuration
Document the new configuration fields: username, password, token and nkey_seed_file.
Relates to:
https://github.com/nats-io/nats-streaming-server/pull/1100
https://github.com/nats-io/nats-streaming-server/pull/1101

and will be available in the new Streaming release (v0.19.0)
2020-10-08 16:39:49 -06:00
Ginger Collison
1a4c1b49c6
Merge pull request #158 from nats-io/stan-ft-azure
Add Azure FT mode for STAN to docs
2020-10-07 13:23:11 -05:00
Waldemar Quevedo
b00699732c
Add Azure FT mode for STAN to docs 2020-10-05 13:52:59 -07:00
Ginger Collison
fce2eb9e78
Merge pull request #157 from dontlaugh/patch-1
Update shard config option description.
2020-10-02 11:55:50 -05:00
Coleman McFarland
6bce9cd9a0
Update description for store "shard" config option. 2020-10-02 12:23:36 -04:00
Coleman McFarland
5d38b546d3
nas_conf.md typo
shard -> shared
2020-09-26 22:58:31 -04:00
Ginger Collison
956f892065
Merge pull request #156 from nats-io/kozlovic-patch-2
Document MsgProto.Timestamp precision
2020-09-18 09:16:03 -05:00
Ivan Kozlovic
e12197dd17
Document MsgProto.Timestamp precision
Resolves https://github.com/nats-io/stan.go/issues/328
2020-09-17 19:40:12 -06:00
Ginger Collison
1dedb5a4b7
Merge pull request #152 from nats-io/variadico-patch-1
Fix typo
2020-09-07 09:52:13 -05: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
Ginger Collison
30e3cdc1fa
Update SUMMARY.md 2020-09-04 09:50:53 -05:00