cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 225 forks source link

[cetic/nifi] Any plans to support NiFi 1.14.0 #160

Closed aelich closed 2 years ago

aelich commented 3 years ago

I tried to deploy it using this but struggle with it i have problems with TLS handshake failing and request for nifi.sensitive.props.key . Or do you have any hint dow to do it?

even when i set up in 0.7.8 this safetyValue I still have an issue

nifi.sensitive.props.key: thisIsMyPassword

NIFI-FIX-IMPORTANT!!!

I still have an issue whenever i try to move any processor MicrosoftTeams-image (2)

Mixed Content: The page at 'https://nifi.akakube.io/nifi/?processGroupId=root&componentIds=ecfe9607-017a-1000-0000-0000403f7069' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://nifi.akakube.io:443/nifi-api/processors/ecfe9607-017a-1000-0000-0000403f7069'. This request has been blocked; the content must be served over HTTPS.

I really committed myself to NiFi to learn it, and if have any hints please help.

banzo commented 3 years ago

even when i set up in 0.7.8 this safetyValue I still have an issue

Not sure I understand, can you confirm the issue is specific to Nifi 1.14? (0.7.8 uses 1.12 as default)

zakaria2905 commented 3 years ago

The webProxyHost environment variable has been added to the start.sh file in the apache Github with the #5226 pull request. But the nifi docker image from apache dockerhub seems that this environment variable is not present. I think it is because the docker image has been not updated. We have to wait the update of this image.

https://apachenifi.slack.com/archives/C0L9VCD47/p1632298380217600

https://github.com/apache/nifi/pull/5226

bmgante commented 2 years ago

Hi, what are the plans to release a version of this helm chart with nifi 1.14.0?