Re: Jira contributor access

2024-03-01 Thread Michael Moser
Hello,

The bbobcik user in Apache Jira has contributor access to the NiFi
project.  Is it not working for you?  What action in Jira are you trying
to do?

-- Mike


On Fri, Mar 1, 2024 at 9:48 AM Boleslav Bobcik  wrote:

> Hello, I just wanted to check whether my request for contributor access is
> perhaps missing some aspect?
> Or could you let me know whether I should try again?
>
>
> Yours sincerely / S přátelským pozdravem,
>
> --
>   Boleslav Bobčík
>   bbob...@gmail.com
>
>
> po 19. 2. 2024 v 0:05 odesílatel Boleslav Bobcik 
> napsal:
>
> > Hello,
> > as per Contributor Guide, I'd like to ask for contributor access to the
> > project.
> > Jira username: bbobcik
> >
> > Thank you in advance.
> >
> > Yours sincerely / S přátelským pozdravem,
> >
> > --
> >   Boleslav Bobčík
> >   bbob...@gmail.com
> >
> >
>


Re: Jira contributor access

2024-03-01 Thread Boleslav Bobcik
Hello, I just wanted to check whether my request for contributor access is
perhaps missing some aspect?
Or could you let me know whether I should try again?


Yours sincerely / S přátelským pozdravem,

--
  Boleslav Bobčík
  bbob...@gmail.com


po 19. 2. 2024 v 0:05 odesílatel Boleslav Bobcik  napsal:

> Hello,
> as per Contributor Guide, I'd like to ask for contributor access to the
> project.
> Jira username: bbobcik
>
> Thank you in advance.
>
> Yours sincerely / S přátelským pozdravem,
>
> --
>   Boleslav Bobčík
>   bbob...@gmail.com
>
>


Nifi flow json to MiNifi flow json 2.0.0.M2

2024-03-01 Thread Premarajan, Ajay
Hi Team,

I have a doubt regarding importing Nifi json flow to MiNifi json flow.
I am using code from https://github.com/apache/nifi/pull/8393 which was used 
resolve https://issues.apache.org/jira/browse/NIFI-12644 issue.

I have noticed that sensitive properties are not present when nifi flow json is 
downloaded. How are these values passed to MiNifi for operation.

For  ex:
I have an InvokeHttp processor which uses SSL controller and has the attribute 
“Request Username” and “Request Password” configured. When I download the Nifi 
Flow json, the “Request Password” field is missing. Plus the SSL controller 
donot have the password information in them.

this is causing problem when I try to convert the Nifi flow json into MiNifi 
flow json using the pull request code.

Please suggest an way forward.


Regards,
Ajay Premarajan