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