Files
nats-server/server
Ivan Kozlovic 34eb5bda31 [ADDED] Deny import/export options for LeafNode remote configuration
This will allow a leafnode remote connection to prevent unwanted
messages to be received, or prevent local messages to be sent
to the remote server.

Configuration will be something like:
```
leafnodes {
  remotes: [
    {
      url: "nats://localhost:6222"
      deny_imports: ["foo.*", "bar"]
      deny_exports: ["baz.*", "bat"]
    }
  ]
}
```

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-04-09 18:55:44 -06:00
..
2019-10-15 23:55:13 +08:00
2020-03-31 10:29:06 -06:00
2020-02-25 19:53:09 -05:00
2020-02-25 19:53:09 -05:00
2020-02-19 13:19:08 -07:00
2019-05-06 15:41:38 -07:00
2019-12-12 11:58:24 -07:00
2018-12-06 15:09:14 -08:00
2019-12-12 11:58:24 -07:00
2020-03-13 21:06:30 -04:00
2019-05-10 15:11:30 -07:00
2018-10-06 14:06:14 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2019-12-12 11:58:24 -07:00
2019-01-18 10:54:04 +08:00