Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/17#discussion_r64589532
  
    --- 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 --
    
    Upon further inspection I see this is unused and the provenance properties 
are gathered in createFlowXml.  Likely just remove unless you would prefer to 
gather these maps up front. 


---
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.
---

Reply via email to