Re: initial NiFi 1.15.3 start-up issue on mongo-uri sensitive property complaint

2022-01-30 Thread Jeremy Taylor
Hi Matt, Thanks for taking a look. I pulled up various custom mongoDB processor code. I also pulled up NiFi locally with one of these processors. Our custom mongoDB processors do point to the NiFi-provided MongoDBControllerService for providing the mongo-uri, the username, and the password.

Re: initial NiFi 1.15.3 start-up issue on mongo-uri sensitive property complaint

2022-01-26 Thread Matt Burgess
Jeremy, I can't reproduce this on the latest main branch (closest to 1.15.3). What's weird about that error message is that it says 'mongo-uri' is a sensitive property, but it is not. I set up a Parameter Context (PC) with a non-sensitive parameter "muri", set the PC on the root Process Group

initial NiFi 1.15.3 start-up issue on mongo-uri sensitive property complaint

2022-01-26 Thread Jeremy Taylor
Greetings, I am observing a potential return of ticket 7012 in NiFi 1.15.3. References: https://issues.apache.org/jira/browse/NIFI-7012 https://stackoverflow.com/questions/64750710/nifi-fails-to-start-after-setting-sensitive-parameter-into-non-sensitive-propert On initial startup of NiFi