Member since
08-16-2018
5
Posts
2
Kudos Received
0
Solutions
12-27-2024
01:21 AM
1 Kudo
Thanks for getting back! Sounds about right then, I'm guessing running http only is unsupported in that case. Patching start.sh locally is a bit of a non starter here.. bit frustrating unless any of the nifi folks can weigh in @MattWho @SAMSAL to confirm https is the only way? Cheers!
... View more
12-23-2024
01:35 AM
1 Kudo
@anon12345 Just to clarify, presumably is this over and above your modifications to start.sh? I can't find anywhere that says plain http is supported in 2.0, but I'm ready to give up trying to get https playing nice with traefik, so this whole complication is redundant anyway. Here's what I've tried:- ❯ docker run --rm --name nifi \ -p 8080:8080 \ -e NIFI_WEB_HTTP_PORT=8080 \ -e NIFI_WEB_HTTP_HOST=0.0.0.0 \ -e NIFI_WEB_HTTPS_PORT= \ -e NIFI_WEB_HTTPS_HOST= \ -e NIFI_WEB_PROXY_HOST=localhost:8080 \ -e NIFI_CLUSTER_IS_NODE=false \ -e SINGLE_USER_CREDENTIALS_USERNAME=nifi \ -e SINGLE_USER_CREDENTIALS_PASSWORD=nifipassword \ -e NIFI_SECURITY_KEYSTORE= \ -e NIFI_SECURITY_KEYSTOREPASSWD= \ -e NIFI_SECURITY_KEYPASSWD= \ -e NIFI_SECURITY_TRUSTSTORE= \ -e NIFI_SECURITY_TRUSTSTOREPASSWD= apache/nifi:2.0 HTTPS still enabled. 🙁
... View more