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

    https://github.com/apache/nifi-minifi-cpp/pull/41#discussion_r98259383
  
    --- Diff: libminifi/src/Configure.cpp ---
    @@ -29,6 +29,12 @@ const char *Configure::nifi_server_report_interval= 
"nifi.server.report.interval
     const char *Configure::nifi_provenance_repository_max_storage_size = 
"nifi.provenance.repository.max.storage.size";
     const char *Configure::nifi_provenance_repository_max_storage_time = 
"nifi.provenance.repository.max.storage.time";
     const char *Configure::nifi_provenance_repository_directory_default = 
"nifi.provenance.repository.directory.default";
    +const char *Configure::nifi_remote_input_secure = 
"nifi.remote.input.secure";
    +const char *Configure::nifi_security_need_ClientAuth = 
"nifi.security.need.ClientAuth";
    --- End diff --
    
    if we are matching nifi's, this should be nifi.security.needClientAuth


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to