Good morning.
I am attempting to automate a deployment of nifi. I set all the properties I wished to dynamically configure as Parameters and uploaded the parameters through the API. This included both normal and sensitive parameters. This worked great. Next I attempted to upload a flow into a process group. All normal parameters worked great. However all sensitive parameters did not get set. For example. given a parameter my.password, it was set in the flow property as #{my.password}. So entering it from the GUI one at a time works great, but Every sensitive property set by the import is incorrect. Is there a fix for this or another approach to be able to set the sensitive properties through the api. I would prefer not to call each processor which has sensitive properties individually.
Thanks
Rich