Gábor Gyimesi created MINIFICPP-2037:
----------------------------------------
Summary: Build SSLContext from minifi.properties for SSL
communication on C2
Key: MINIFICPP-2037
URL: https://issues.apache.org/jira/browse/MINIFICPP-2037
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Gábor Gyimesi
If we want to use SSL for C2 communication we have to define an
SSLContextService in the flow configuration with the certificate information
used for the SSL connection. If the flow fetched from the C2 server and the
agent is started with an empty flow configuration this is not possible. We
should be able to retrieve the needed SSL information from the
minifi.properties file as well if we are not able to provide it in the flow
configuration. There is a similar use case for this in the
RemoteProcessorGroupPort where the
SSLContextService is built manually from the information provided in the
minifi.properties file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)