You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Phil Zampino (JIRA)" <ji...@apache.org> on 2018/07/11 21:22:00 UTC

[jira] [Created] (KNOX-1386) NiFi service discovery uses properties which may have templates as values

Phil Zampino created KNOX-1386:
----------------------------------

             Summary: NiFi service discovery uses properties which may have templates as values
                 Key: KNOX-1386
                 URL: https://issues.apache.org/jira/browse/KNOX-1386
             Project: Apache Knox
          Issue Type: Improvement
          Components: Server
    Affects Versions: 1.1.0
            Reporter: Phil Zampino
            Assignee: Phil Zampino
             Fix For: 1.2.0


NiFi service discovery uses configuration properties, which in many cases have template placeholders instead of actual values when retrieved from the Ambari API.

The NiFi team has recommended alternative properties to reference for resolving these values, and making service discovery work in these scenarios.
 * Discovery should use the component host name(s) for the host.
 * The URL scheme (i.e., http or https) should be based on the *nifi.node.ssl.isenabled* property defined in *nifi-ambari-ssl-config*
 * The port should be the value of either the *nifi.node.port* or *nifi.node.ssl.port* property, depending on the value of the aforementioned *nifi.node.ssl.isenabled* value.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)