You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joey Frazee (Jira)" <ji...@apache.org> on 2020/02/26 06:01:00 UTC

[jira] [Updated] (NIFI-7203) Add support for TLS configuration properties to embedded ZooKeeper

     [ https://issues.apache.org/jira/browse/NIFI-7203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joey Frazee updated NIFI-7203:
------------------------------
    Description: Currently the embedded ZooKeeper cannot be configured to use secure client access or quorum TLS because the [ZooKeeperStateServer|https://github.com/apache/nifi/blob/5f4ce8f431d1cb90451102efb516140d87610c52/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/state/server/ZooKeeperStateServer.java#L41] only sets a subset of properties, ignoring valid properties whether set in zookeeper.properties or elsewhere.  (was: Currently the embedded ZooKeeper cannot be configured to use secure client access or quorum TLS because the [https://github.com/apache/nifi/blob/5f4ce8f431d1cb90451102efb516140d87610c52/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/state/server/ZooKeeperStateServer.java#L41] only sets a subset of properties, ignoring valid properties whether set in zookeeper.properties or elsewhere.)

> Add support for TLS configuration properties to embedded ZooKeeper
> ------------------------------------------------------------------
>
>                 Key: NIFI-7203
>                 URL: https://issues.apache.org/jira/browse/NIFI-7203
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Joey Frazee
>            Assignee: Joey Frazee
>            Priority: Major
>
> Currently the embedded ZooKeeper cannot be configured to use secure client access or quorum TLS because the [ZooKeeperStateServer|https://github.com/apache/nifi/blob/5f4ce8f431d1cb90451102efb516140d87610c52/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/state/server/ZooKeeperStateServer.java#L41] only sets a subset of properties, ignoring valid properties whether set in zookeeper.properties or elsewhere.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)