[
https://issues.apache.org/jira/browse/NIFI-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joey Frazee resolved NIFI-7850.
-------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
> NIFI dockerhub image does not start when configured with LDAP authentication
> ----------------------------------------------------------------------------
>
> Key: NIFI-7850
> URL: https://issues.apache.org/jira/browse/NIFI-7850
> Project: Apache NiFi
> Issue Type: Bug
> Components: Docker
> Affects Versions: 1.12.0, 1.13.0, 1.14.0, 1.13.1, 1.13.2
> Environment: Docker on Kubernetes
> Reporter: Ney Walens De Mesquita
> Priority: Major
> Fix For: 1.14.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> When starting NIFI docks image configured to use LDAP authentication, the
> process exists with the error:
> {quote}The nifi.web.http.port must be specified if running in a cluster with
> nifi.cluster.protocol.is.secure set to false.
> {quote}
>
> When checking the start.sh and secure.sh scripts, I have noticed that some
> standard parameters are set but not the one referred in the error.
>
> I managed to fix the issue on my local environment by adding the following to
> secure.sh:
> {quote}prop_replace 'nifi.cluser.protocol.is.secure' 'true'
> {quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)