Olivier Valentin
Olivier Valentin
## Description Adds a pair of web endpoints to retrieve the internal network tables of Collector (normalized and deduplicated, same as what is sent to Sensor). The endpoints are activated...
## Description Collector needs a new grpc API to manage its configuration dynamically, in particular for runtime-filtering. We propose an approach similar to the iSensor service, where a bi-directional stream...
## Description This adds an environment variable providing Collector with a list of subnets to never aggregate (`ROX_DETAIL_NETWORKS`). As a side effect, this can be used to expand the list...
## Description We have recently increased significantly the delay for some throttled messages. In order to get a better idea of the amount of messages, this PR adds a counter....
## Description Sensor is now sending RuntimeConfiguration objects controlling External-IP. This occurs over the existing network-connection channel; however the method used was renamed to introduce a new function prototype. This...
### Description Collector is now able to send external IPs that do not match any CIDR block (see `ROX_ENABLE_EXTERNAL_IPS`). We qualify those IPs as being `learned`. This PR makes Sensor...