mirror of https://github.com/apache/nifi.git
4815df29db
The NiFi and NiFi Bootstrap processes both bind to random ephemeral ports to allow for inter-process communication (e.g. shutdown, port, ping, etc.). However, the randomness of these ephemeral ports can pose challenges for some security policies and firewall rules. This adds two configuration options, nifi.bootstrap.listen.port and nifi.listener.bootstrap.port, that allow an administrator to define which ports the two processes should bind to for this communication, making it easier to define security policies. The options default to zero to maintain the current ephemeral port behavior. NIFI-6740: Add configuration options to specify NiFi/Bootstrap communication ports Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #5746 |
||
---|---|---|
.. | ||
src | ||
pom.xml |