Not able to add SSL Certificates to Nifi Cluster

2019-11-25 Thread Umasri Vullanki
Hi Team, For secure cluster setup, -> Initially created a 2-node cluster with all the configurations and it worked fine. So, I tried to add SSL certificates to it for which I have downloaded nifi-toolkit and extracted it. Then for generating certificates ran the following command on one of my

Re: Not able to add SSL Certificates to Nifi Cluster

2019-11-25 Thread Nathan Gough
Hi Uma, Attached images do not come through to mailing lists. You will need to post the error as text or send a URL to the image. Nathan On Mon, Nov 25, 2019 at 10:39 AM Umasri Vullanki wrote: > Hi Team, > > For secure cluster setup, > > -> Initially created a 2-node cluster with all the

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Bahlul Haider
Friendly Monday morning ping. I am looking for a way to programmatically setting/updating parameters in newly created nifi cluster. Thanks, Bahlul On Fri, Nov 22, 2019 at 1:28 PM Bahlul Haider wrote: > Hey Bryan, > > I was able to manually add parameters in a flow and was able to use them. >

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Daniel Chaffelson
While I haven't implemented it yet, it would be a relatively easy addition to NiPyAPI alongside the existing Variable and Registry functionality. If there is good community demand I can prioritise it, or someone may choose to contribute it. On Mon, 25 Nov 2019, 20:12 Bahlul Haider, wrote: >

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Mark Bean
Bahlul, You can access parameter contexts via the NiFi REST API. See /parameter-contexts under the Controller in the API documentation. http://nifi.apache.org/docs.html -Mark On Mon, Nov 25, 2019 at 1:12 PM Bahlul Haider wrote: > Friendly Monday morning ping. > > I am looking for a way to

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Bahlul Haider
Thank you very much Daniel for your reply. Mark pointed me out to Controller API documentation here . I would be happy to contribute if there is any API that needs to be updated. Thanks, Bahlul On Mon, Nov 25, 2019 at 10:40 AM Daniel Chaffelson wrote: >

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Bahlul Haider
Thank you Mark for your quick reply. This is what I was looking for but was unable to find it. I will see if I can create the parameter context using the REST APIs. Thanks, Bahlul On Mon, Nov 25, 2019 at 10:49 AM Mark Bean wrote: > Bahlul, > > You can access parameter contexts via the NiFi

Re: Parameters within password/passphrase fields

2019-11-25 Thread Bahlul Haider
I was facing the same issue in PutAzureBlobStorage 1.10.0. Sensitive secrets from parameter context are being evaluated to null/empty string. Thank you very much for fixing the issue in this Pull Request . I will build the source code for resolving the