Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/17#discussion_r64594607
--- Diff:
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java
---
@@ -219,6 +223,7 @@ private static void writeNiFiProperties(Map<String,
Object> topLevelYaml, Output
Map<String, Object> componentStatusRepo = (Map<String,
Object>) topLevelYaml.get(COMPONENT_STATUS_REPO_KEY);
Map<String, Object> securityProperties = (Map<String, Object>)
topLevelYaml.get(SECURITY_PROPS_KEY);
Map<String, Object> sensitiveProperties = (Map<String,
Object>) securityProperties.get(SENSITIVE_PROPS_KEY);
+ Map<String, Object> provenanceProperties = (Map<String,
Object>) securityProperties.get(PROVENANCE_REPORTING_KEY);
--- End diff --
Will remove, I think I originally thought something in the nifi.properties
needed it but I guess I was mistaken
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---