[
https://issues.apache.org/jira/browse/NIFI-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215055#comment-17215055
]
Sushil Kumar commented on NIFI-7850:
------------------------------------
Hello [~nwalens]
Can you clarify about the command that you specified to start docker container,
you can hide the password for your manager account.
That would help understand what was the issues about.
I just tried the documented command in the section
[https://github.com/apache/nifi/blob/main/nifi-docker/dockerhub/README.md#standalone-instance-ldap]
and I see it working through.
> 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
>
> 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)