lordgamez commented on code in PR #1925:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1925#discussion_r1987135939
##########
minifi_main/MiNiFiMain.cpp:
##########
@@ -333,6 +431,8 @@ int main(int argc, char **argv) {
configure->loadConfigureFile(DEFAULT_NIFI_PROPERTIES_FILE);
overridePropertiesFromCommandLine(argument_parser, configure);
+ initializeFipsMode(configure, minifiHome, logger);
Review Comment:
Had to revert this change in
https://github.com/apache/nifi-minifi-cpp/pull/1925/commits/84a48c6a513e94f143d0fb15b4008efaeb8e1284
as loading FIPS needs to happen before the extension manager is initialized to
work with the extensions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]