Waldemar Quevedo
4846b5ad6c
Support for TLS certs based auth for gateways
...
When enabling verify and map as part of its TLS config
a the subject from TLS cert can now be used to confirm
the identity of a gateway.
```
gateway {
tls {
cert_file = "./configs/certs/tlsauth/server.pem"
key_file = "./configs/certs/tlsauth/server-key.pem"
ca_file = "./configs/certs/tlsauth/ca.pem"
verify_and_map = true
timeout = 2
}
authorization {
user = "CN=localhost,OU=NATS.io Operators"
}
}
```
Signed-off-by: Waldemar Quevedo <wally@synadia.com >
2019-02-18 21:48:06 -08:00
..
2018-11-28 18:04:26 -07:00
2018-03-29 11:48:09 -04:00
2018-12-13 21:22:01 -07:00
2019-02-05 15:19:59 -08:00
2018-08-22 20:41:48 -07:00
2019-02-18 21:48:06 -08:00
2018-09-06 19:00:44 -07:00
2019-02-05 15:19:59 -08:00
2019-02-11 19:32:22 -08:00
2018-11-21 10:36:32 -08:00
2019-01-09 14:14:47 -07:00
2019-02-12 15:17:29 -08:00
2019-01-09 14:14:47 -07:00
2019-02-12 15:17:29 -08:00
2019-02-12 15:17:29 -08:00
2019-01-10 09:49:36 -07:00
2019-02-05 15:19:59 -08:00
2019-01-09 14:14:47 -07:00
2018-12-05 14:25:40 -08:00
2018-10-12 17:00:41 -07:00
2018-10-31 20:28:44 -07:00
2018-06-29 17:44:01 -07:00
2018-09-05 17:32:19 -07:00
2019-02-05 15:19:59 -08:00
2018-11-29 17:04:58 -08:00
2018-12-06 15:09:14 -08:00
2018-11-08 16:56:20 -07:00
2019-02-05 15:19:59 -08:00
2019-02-18 21:48:06 -08:00
2019-02-04 17:07:49 -08:00
2019-02-05 15:19:59 -08:00
2018-06-28 16:10:19 -07:00
2019-02-06 14:33:34 -08:00
2019-02-06 14:33:34 -08:00
2018-10-06 14:06:14 -07:00
2018-10-06 14:04:14 -07:00
2019-02-05 15:19:59 -08:00
2019-01-14 19:18:00 -07:00
2019-02-02 18:42:50 -07:00
2019-02-05 15:19:59 -08:00
2018-03-15 22:31:07 -07:00
2018-10-22 16:27:30 -06:00
2018-03-15 22:31:07 -07:00
2018-10-19 19:07:37 -06:00
2018-10-19 19:07:37 -06:00
2018-10-22 16:27:30 -06:00
2019-02-04 17:07:49 -08:00
2018-12-01 12:12:45 -07:00
2018-11-29 12:15:08 -08:00
2018-12-02 20:34:33 -08:00
2019-01-18 10:54:04 +08:00
2019-01-09 14:14:47 -07:00