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

181 Commits

Author SHA1 Message Date
Ginger Collison
2e3dfa382f
GitBook: [master] one page modified 2021-03-29 17:27:53 +00:00
Ginger Collison
14a3fd1f44
GitBook: [master] 210 pages modified 2021-03-29 16:42:40 +00:00
Ginger Collison
ed8ea86456
Merge pull request #240 from nats-io/fix_mqtt_config_tabs
Fixed tabulation for MQTT configuration block
2021-03-29 11:27:57 -05:00
Ginger Collison
684f05098a
GitBook: [master] 2 pages modified 2021-03-29 16:23:51 +00:00
Ivan Kozlovic
5d3b8ee287 Fixed tabulation for MQTT configuration block
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-03-29 10:22:10 -06:00
Ginger Collison
de3b1d3ee5
GitBook: [master] 6 pages modified 2021-03-29 16:08:00 +00:00
Ginger Collison
210cde826d
GitBook: [master] 4 pages modified 2021-03-18 14:16:27 +00:00
Ginger Collison
b4aec6691e
Merge pull request #232 from nats-io/update-monitoring-endpoints
adding accountz & jsz
2021-03-17 14:40:08 -05:00
Ginger Collison
0ca58633b3
adding accountz & jsz 2021-03-17 14:39:18 -05:00
Ginger Collison
b0142f67d7
GitBook: [master] one page modified 2021-03-17 19:35:51 +00:00
Ginger Collison
76236fff37
Merge pull request #88 from nats-io/response_type
Mentioning response_type in accounts.
2021-03-15 14:44:00 -05:00
Ginger Collison
5194cf762e
GitBook: [master] 6 pages modified 2021-03-15 18:33:36 +00:00
Ginger Collison
b697e6c54d
Merge pull request #171 from nats-io/reject_unknown
renamed reject_unknown to reject_unknown_cluster
2021-03-15 12:25:37 -05:00
Ginger Collison
2bbfd74a14
GitBook: [master] 205 pages modified 2021-03-15 17:13:58 +00:00
Colin Sullivan
2010bbd6b6
Merge branch 'master' into accountz 2021-03-15 10:59:32 -06:00
Ginger Collison
ec57cc1c4e
GitBook: [master] 12 pages modified 2021-03-15 16:33:31 +00:00
Ginger Collison
a209c2efba
Merge branch 'master' into mqtt 2021-03-15 10:52:36 -05:00
Ginger Collison
8c85d9c047
Merge pull request #220 from nats-io/nats-resolver
[added] description of nats based account resolver
2021-03-15 10:32:35 -05:00
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
Ivan Kozlovic
71172b4316
Fix typo
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-03-05 09:06:35 -07: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
442badf74f
review of syntax and grammar 2021-02-25 10:12:48 -06: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
5c1827430a
Syntax/grammar review updates 2021-02-24 11:50:34 -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
Colin Sullivan
2dc6e3d5d0 add when to use mqtt
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-17 15:37:03 -07: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
d956645089 [ADDED] MQTT documentation
Resolves #204

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-16 13:11:13 -07: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
Matthias Hanel
ab5b1a4565
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:50:31 -05:00
Matthias Hanel
e3da8cfe6a
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:50:22 -05:00
Matthias Hanel
1fb41bd6d9
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:49:53 -05:00
Matthias Hanel
03fc69af67
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:49:36 -05:00
Matthias Hanel
897fbe1c3b
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:49:26 -05:00
Matthias Hanel
65eb601578
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:49:17 -05:00
Matthias Hanel
81f67989f6
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:49:10 -05:00
Matthias Hanel
9edf22f7b8
Update nats-server/configuration/securing_nats/jwt/resolver.md
Co-authored-by: Colin Sullivan <colin@synadia.com>
2021-02-10 15:48:45 -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
b7aecc6976 Capitalize NATS
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-10 13:34:54 -05:00
Matthias Hanel
354355f85b mention nats based resolver in nats account server
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 17:08:18 -05:00
Matthias Hanel
dad3450866 [added] description of nats based account resolver
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 16:42:21 -05: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
Matthias Hanel
9c95e9012c [added] description for accountz endpoint
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 12:20:29 -05:00