Ney Walens De Mesquita created NIFI-7850:
--------------------------------------------
Summary: NIFI docker hub image does not start in TLS mode
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
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 manage to fix the issue in 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)