Re: Workflows deployments across environments

2022-10-07 Thread Pierre Villard
Hi, You may find this video useful: https://www.youtube.com/watch?v=XYHMExiWM6k The title is misleading since the video does cover automated deployments across environments with NiFi Registry. Note that the recently released NiFi 1.18 version introduces the concept of parameter providers which

Re: Workflows deployments across environments

2022-10-07 Thread Bryan Bende
In NiFi Registry, each of your NIFi servers must be defined as a user with Proxy permissions. To make production be read-only, give the production NiFi user only Proxy - READ in NiFi Registry. This will cause it to fail authorization if it ever attempted to save anything to registry. Then give

Re: Workflows deployments across environments

2022-10-07 Thread Marel, J. van der (Jasper) via users
Hi, Regarding read rights depends on nifi internal rights, cannot be set on workflows itself. But that can be accomplished with a nipyapi calls. Regarding deployments, this is more a ci/cd setup with triggers With kind regards, Jasper Outlook voor Android downloaden

Workflows deployments across environments

2022-10-07 Thread Jorge Machado
Hello Nifi users, Question in the round. Let’s say I have 3 Nifi instances with dev, test and prod. What is the recommend way of deploying specific workflows from one environment to another ? We are using Nifi registry + GitHub as storage for the flows. What we want to achieve: * in