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

44 Commits

Author SHA1 Message Date
Matthias Hanel
e7909fe189
adding password to sample 2021-01-07 20:14:38 -05:00
Ginger Collison
9f2fec4dfb
GitBook: [master] 6 pages and 10 assets modified 2020-12-14 18:44:03 +00: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
Matthias Hanel
6f7a5b1286
fix links and wording
noticed broken links
2020-10-30 15:59:14 -04:00
Phil Pennock
f5f1ff8718 Provide guidance on TLS ca_file directives 2020-10-30 15:33:14 -04:00
Jaime Piña
0e257e096f
Fix typo 2020-09-05 20:42:48 -07: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
Ginger Collison
dde41d778b
GitBook: [master] 21 pages modified 2020-06-09 14:20:36 +00:00
Matthias Hanel
e198a783d1 Documenting no_auth_user
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-05-13 15:01:16 -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
Ginger Collison
de933e912d
GitBook: [master] 61 pages modified 2020-04-10 14:41:07 +00:00
Matthias Hanel
6723e87802 Fix links
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-30 14:30:31 -04:00
Matthias Hanel
7449aa6daa Better explanation of jwt. Reorganizing files, adding links.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-30 02:51:42 -04:00
Matthias Hanel
3507858cd3 Incorporate details about mutual auth
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-24 18:28:10 -04:00
Matthias Hanel
9ff523d2c9 Move sys_accounts to configuration, add subs=detail to monitoring
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-23 18:32:35 -04:00
Ginger Collison
585c463636
Merge pull request #73 from nats-io/key-usage
Incorporate explanation of key usage
2020-03-20 13:35:00 -05:00
Matthias Hanel
3889f1463d Incorporate explanation of key usage
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-19 14:54:49 -04:00
Ginger Collison
cb5b640198
Merge pull request #68 from nats-io/nkey-link
Adding a link to client
2020-03-16 17:07:46 -05:00
Ginger Collison
8feaf1ea14
Merge pull request #67 from nats-io/auth
Adding links, clarification and slight rewording
2020-03-16 17:06:24 -05:00
Matthias Hanel
70f1bd7263 Adding a link to client
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 19:49:02 -04:00
Matthias Hanel
a5ea2310fe Adding links, clarification and slight rewording
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 19:34:03 -04:00
Matthias Hanel
343f9bcb7f move mkcert -CAROOT into it's own section
Explain mkcert -CAROOT separately
add link to mkcert doc
call out node.js trust store

Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 18:24:33 -04:00
Matthias Hanel
787cf70132 Incorporate cert generation, use in examples, mention order of verify_and_map
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 16:57:05 -04:00
Matthias Hanel
18aa250c99 Remove reference to alice and bob.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-20 19:35:10 -05:00
Ginger Collison
da84b99c91
Update authorization.md 2020-02-20 18:25:15 -06:00
Matthias Hanel
12802d917a Reworded and merged authorization map.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-20 17:08:43 -05:00
Matthias Hanel
97911d0fdb Merge branch 'master' into full-doc-review-mh 2020-02-05 19:48:22 -05:00
Matthias Hanel
62a7de85bb Move queue permissions, hint at queue name hierarchy, add/fix links
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:43:12 -05:00
aricart
f238360ae2 review changes 2020-02-05 08:59:17 -04:00
aricart
f7790d0fd2 review comments. 2020-02-05 08:46:46 -04:00
Ginger Collison
401aa911fb
Update authorization.md 2020-01-30 16:21:13 -06:00
aricart
5d18b8adfa Document allow-responses. 2020-01-30 16:54:40 -04:00
ainsley
d0963d55db updating based on Colin's comments 2019-12-30 09:31:50 -06:00
ainsley
0f8d6c61b9 adding gists 2019-12-20 16:28:34 -06:00
Phil Pennock
28f7c2f1b4 Multiple typo and bug fixes
* Typos in prose
* Typo fix in copy/paste (dropped a letter)
* markup fix: keep list within quoted text
* Auto-corrupt cleanup: Jason to JSON
* gateway: multiple typos and language nits
* monitoring: add missing leafz, fix subsz spelling
2019-12-19 11:54:24 -05:00
Ginger Collison
b082996143
GitBook: [master] 82 pages modified 2019-12-18 22:09:45 +00:00
Ginger Collison
f65204fd51
Update tls_mutual_auth.md 2019-10-17 09:57:39 -05:00
Ginger Collison
c1884f881f
Update authorization.md 2019-10-14 11:40:35 -05:00
Ginger Collison
fb0d5c8355
GitBook: [master] 326 pages and 16 assets modified 2019-10-04 17:48:52 +00:00