[DISCUSS] NiFi Registry 0.5.0 release

2019-08-08 Thread Bryan Bende
It looks like we are close to wrapping up the remaining items for an 0.5.0 release. There is one open PR that integrates the latest FDS release into the UI which looks like it is close to getting in. Once that wraps up I think we can get an RC out. I'm happy to perform RM duties.

Re: nifi deploy automation - variables pass through (incl controller services)

2019-08-08 Thread Bryan Bende
Hello, A lot depends on whether you are doing the promotion with the UI or with scripts using something like NiFi CLI or NiPyApi. 1) Currently references to controller services outside the versioned process group need to be set after initial import. In the next release it will auto-select by

nifi deploy automation - variables pass through (incl controller services)

2019-08-08 Thread sivasankar Reddy
Hi, We are looking for nifi deploy automation from regsitry -> higher nifi instance. Quick observations during intial evaluation. 1. After process group import, controller services are not set in nifi instance 2. How to set variables from source process group to destination process group. 3.

Re: Nifi using keycloak for certs challenge

2019-08-08 Thread Andy LoPresto
The short answer to your question is no, not right now. (Native NiFi) client certificate authentication is always enabled, and delegating the certificate examination to a third party is not supported at this time. The long explanation stems from legacy decisions due to the unique environment

Nifi using keycloak for certs challenge

2019-08-08 Thread Aaron Rich
I've recently setup NiFi to use Keycloak as an authentication method for users. I was wondering if my understanding of NiFi's security is correct, in that NiFi will *always* require a certificate challenge, and regardless if that certificate challenge passes or fails,

Re: Inquiry about contributions

2019-08-08 Thread Joe Witt
Hello It would be good to file a JIRA explaining in as much detail as possible what use case the new component would solve for and describing how it would work. Then if you want to offer a PR with it or prompt some discussion either on the JIRA or in the dev mailing list you can do so. I'll say

Inquiry about contributions

2019-08-08 Thread Ahmed Hussien
Hi, I have a small inquiry about contributions to Apache NIFI. I have made a custom processor that helps in the CDC flow which will be: CaptureChangeMySQL -> MyCustomProcessor -> PutHiveQL I named the custom processor ConvertJsonToHQL and I think it would be helpful if it is possible to be