[
https://issues.apache.org/jira/browse/NIFI-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17305243#comment-17305243
]
ASF subversion and git services commented on NIFI-7850:
-------------------------------------------------------
Commit 3508b5b12f0c29c74d6902c1d6f851f990a21498 in nifi's branch
refs/heads/main from Karthick Narendran
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3508b5b ]
NIFI-7850 Adds nifi.cluster.protocol.is.secure to Docker secure.sh
This closes #4896
Signed-off-by: Joey Frazee <[email protected]>
> 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
> Environment: Docker on Kubernetes
> Reporter: Ney Walens De Mesquita
> Priority: Major
> Time Spent: 0.5h
> 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)