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

814 Commits

Author SHA1 Message Date
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
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
Ginger Collison
4a91021cfe
Update feature_comparison.md 2020-09-04 09:48:27 -05:00
Ginger Collison
ff4d5d12a7
Merge pull request #151 from nats-io/add_comparison_to_outline
Update SUMMARY.md
2020-09-04 09:42:37 -05:00
Ginger Collison
323c8a5b51
Update SUMMARY.md
Adding NATS feature comparison
2020-09-04 09:41:22 -05:00
Ginger Collison
31e95d94ec
Merge pull request #149 from nats-io/add_feature_comparison
Create feature_comparison.md
2020-09-04 09:31:27 -05:00
Ginger Collison
b9046f0904
Update feature_comparison.md 2020-09-04 09:28:01 -05:00
Ginger Collison
d7ff0edf27
Update feature_comparison.md 2020-09-04 09:20:30 -05:00
Ginger Collison
d8b5e7a7ac
updates from Colin added 2020-09-03 12:58:35 -05:00
Ginger Collison
82a111aa22
Update feature_comparison.md 2020-09-02 15:46:54 -05:00
Ginger Collison
b18f2abe45
Create feature_comparison.md
Adding Feature Comparison with Kafka, Rabbit, Pulsar and gRPC
2020-09-02 14:38:06 -05:00
Ginger Collison
8eb1e6a171
Merge pull request #148 from vbfox/patch-1
Update the docs link for the rust crate
2020-08-27 11:18:21 -05:00
Julien Roncaglia
175589d2a7
Update the docs link for the rust crate
Seem like it has been renamed
2020-08-27 18:03:32 +02:00
Ginger Collison
50c1597726
Merge pull request #145 from nats-io/add_c_examples
Add C Client examples
2020-08-26 09:35:41 -05:00
ainsley
4382b309d9 Add C Client examples 2020-08-26 09:29:26 -05:00
Ginger Collison
2c9b2f91fc
Merge pull request #142 from nats-io/aricart-patch-2
updated file path to match existing nkeys layout.
2020-08-18 10:03:25 -05:00
Alberto Ricart
53ed47faf5
updated file path to match existing nkeys layout. 2020-08-18 09:13:12 -05:00