[
https://issues.apache.org/jira/browse/NIFI-5754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-5754.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> bootstrap.conf not found in NiFiPropertiesLoader with custom conf.dir value
> ---------------------------------------------------------------------------
>
> Key: NIFI-5754
> URL: https://issues.apache.org/jira/browse/NIFI-5754
> Project: Apache NiFi
> Issue Type: Bug
> Components: Configuration Management
> Affects Versions: 1.7.1
> Environment: N/A
> Reporter: Jody DesRoches
> Priority: Major
>
> Issue in NiFiPropertiesLoader when trying to find
> "nifi.bootstrap.sensitive.key="
> When starting the nifi service, $NIFI_HOME/conf/bootstrap.conf is used. When
> NiFiPropertiesLoader attempts to decrypt nifi.properties it guesses that
> bootstrap.conf exists in the same directory as nifi.properties. This is not
> true if "conf.dir" has been defined in bootstrap.conf.
> Apparent problem is on NiFiPropertiesLoader line 113. Method
> extractKeyFromBootstrapFile() should call
> extractKeyFromBootstrapFile("$NIFI_HOME/conf/bootstrap.conf") by default as
> the method comment indicates. Instead it calls this method with an empty
> string resulting in an IOException on service startup if the conf.dir has
> been customized.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)