Need help SSL LDAP Nifi Registry

2020-06-30 Thread Etienne Jouvin
Hello all. I am trying to setup LDAP authentication on NiFi Registry. I followed some links, like https://community.cloudera.com/t5/Community-Articles/Setting-Up-a-Secure-Apache-NiFi-Registry/ta-p/247753 But each time, it requires that a certificate is installed on client side. I had this

Re: Need help SSL LDAP Nifi Registry

2020-06-30 Thread Etienne Jouvin
But now, I have NiFi and Registry with secure access (LDAP + SSL) I need to find out how to configure the Registry in NiFi, because for now I did not have to specify login. And even if my first bucket is Public, it is not accessible from NiFi. Le mar. 30 juin 2020 à 11:29, Etienne Jouvin a

Re: Need help SSL LDAP Nifi Registry

2020-06-30 Thread Etienne Jouvin
Hi Josef. No I did not try that. And well done, with that I can access the UI, and can connect with LDAP identity. Thanks a lot. Cheers Etienne Le mar. 30 juin 2020 à 11:15, a écrit : > Hi Etienne > > > > Did you tried the following in «nifi-registry.properties»: > >

Re: Need help SSL LDAP Nifi Registry

2020-06-30 Thread Etienne Jouvin
Got it thanks to https://community.cloudera.com/t5/Community-Articles/Setting-Up-a-Secure-NiFi-to-Integrate-with-a-Secure-NiFi/ta-p/247765 Next steps would be to have NiFi and Registry on different hosts and see how connections are made. Le mar. 30 juin 2020 à 11:43, Etienne Jouvin a écrit :

Unsubscribe

2020-06-30 Thread John W Von Holle
Unsubscribe John Von Holle Geospatial Engineer The MITRE Corporation 703-983-8374 jvonho...@mitre.org

Re: Need help SSL LDAP Nifi Registry

2020-06-30 Thread Josef.Zahner1
Hi Etienne Did you tried the following in «nifi-registry.properties»: nifi.registry.security.needClientAuth=false Cheers Josef From: Etienne Jouvin Reply to: "users@nifi.apache.org" Date: Tuesday, 30 June 2020 at 10:46 To: "users@nifi.apache.org" Subject: Need help SSL LDAP Nifi Registry

Unsubscribe

2020-06-30 Thread Ravisankar Mani
Unsubscribe

NiFi 1.11.4 -- "Unable to access lib/bootstrap to create bootstrap classloader"

2020-06-30 Thread Joseph Wheeler
Hello! I'm trying to deploy NiFi 1.11.4 to a new environment. After configuring all the necessary files and trying to start the service, I see the following message in the nifi-app.log file: INFO [main] org.apache.nifi.NiFi Launching NiFi... WARN [main]

Re: Session state in cluster HandleHttpRequest and HandleHttpReponse

2020-06-30 Thread Jeremy Pemberton-Pigott
Thanks Peter that makes sense. I'll try a wait/notify using an identifier for the node in the Spark messages being monitored so that the same node will receive the reply from Spark and respond to the client that initiated the connection. Regards, Jeremy On 30 Jun 2020, at 22:41, Peter

Re: Session state in cluster HandleHttpRequest and HandleHttpReponse

2020-06-30 Thread Peter Turcsanyi
Hi Jeremy, I don't think you can accept the request in one node and send back the response from another node. There is an open HTTP connection between the client and the NiFi node while the HandleHttpRequest -> ... -> HandleHttpResponse flow is running. Even if we passed the request/response

Re: Unsubscribe

2020-06-30 Thread Marton Szasz
Please send an email to users-unsubscr...@nifi.apache.org to unsubscribe. Source: https://nifi.apache.org/mailing_lists.html On Tue, 30 Jun 2020 at 14:13, John W Von Holle wrote: > Unsubscribe > > > > John Von Holle > > Geospatial Engineer > > The MITRE Corporation > > 703-983-8374 > >

Re: Unsubscribe

2020-06-30 Thread Marton Szasz
Please send an email to users-unsubscr...@nifi.apache.org to unsubscribe. Source: https://nifi.apache.org/mailing_lists.html On Tue, 30 Jun 2020 at 14:58, Ravisankar Mani wrote: > Unsubscribe >

Re: Replacing a base64-encoded field in a JSON-document with its decoded/converted value

2020-06-30 Thread Andy LoPresto
You should not need to explicitly set the additional module directory to cover that location. Is there a reason you can’t use the native Groovy JSON [1] parsing? That way you don’t have to download any additional libraries. [1] http://groovy-lang.org/json.html#

Re: In memoriam of Jeff Storck

2020-06-30 Thread Vijay Chhipa
I waited on pins and needles for the Java 11 support to come out. Little did I know that Jeff was the man behind it. Thanks for all of your efforts Jeff, because of you we were able to meet critical deadlines. RIP Jeff. Vijay > On Jun 16, 2020, at 10:03 AM, Kevin Doran wrote: > > Jeff,

Re: Enrichment of record data with a REST API

2020-06-30 Thread Mark Payne
Mike, To really do a good job with Enrichment from an http endpoint, we need two transformations really. We need the ability to transform the input Record into what the web service wants/needs. And we also need the ability to take the response from that web service and join that response

Re: MergeContent resulting in corrupted JSON

2020-06-30 Thread Jason Iannone
Previous spotting of the issue was a red herring. We removed our custom code and are still facing random "org.codehaus.jackson.JsonParseException: Illegal Character" during PutDatabaseRecord due to a flowfile containing malformed JSON post MergeContent. Error never occurs immediately and is

Re: MergeContent resulting in corrupted JSON

2020-06-30 Thread Darren Govoni
Run the nifi jvm in a runtime profiler/analyzer like appdynamics and see if it detects any memory leaks or dangling unclosed file buffers/io. Throwing darts but the problem could be as deep as the Linux kernel or confined inside the jvm for your specific scenario. Sent from my Verizon, Samsung