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

65 Commits

Author SHA1 Message Date
Matthias Hanel
a70141e997
document pinned_certs 2021-06-30 14:46:55 -04:00
Ginger Collison
f1382bc80f
GitBook: [master] 211 pages modified 2021-06-03 21:15:29 +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
ec57cc1c4e
GitBook: [master] 12 pages modified 2021-03-15 16:33:31 +00: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
5c1827430a
Syntax/grammar review updates 2021-02-24 11:50:34 -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
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
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
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
b7dc2ea0d6 Mentioning response_type in accounts.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-04-14 19:35:16 -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