John, You can have a nifi registry on each network and use Nifi CLI to export and import the flows between registries. There is one limitation in that nested versioning doesn’t currently work when doing that.
Also, the parameter contexts do live outside the flow at the controller level, however in order to use one of them, the use needs read access to the context and write access to the process group. So you can setup fine grained policies on each context to restrict who can use it. Thanks, Bryan On Tue, May 19, 2020 at 8:26 AM Bryan Bende <[email protected]> wrote: > The best option for moving flows across environments would be versioned > flows in Nifi registry, which have full support for parameters. > > On Tue, May 19, 2020 at 8:01 AM Etienne Jouvin <[email protected]> > wrote: > >> Hum, did not see that, and because I am still using "old" (1.9.2) version >> where parameters are not available. >> >> But I understand like you >> >> Le mar. 19 mai 2020 à 13:56, James <[email protected]> a écrit : >> >>> Hi >>> >>> Thanks for the response. >>> >>> According to this, it's not recommended: >>> https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Variables >>> >>> "Variables and the nifi.variable.registry.properties property will be >>> removed in a future release. As a result, it is highly recommended to >>> switch to Parameters." >>> >>> Or am I thinking of the wrong thing? >>> >>> thanks >>> >>> On 2020/05/19 08:11:14, Etienne Jouvin <[email protected]> wrote: >>> > Hi. >>> > >>> > In this case why don't you use variables ? >>> > >>> > Etienne >>> > >>> > >>> > Le mar. 19 mai 2020 à 09:41, James <[email protected]> a écrit : >>> > >>> > > Hi >>> > > >>> > > For the life of me, I can't find anything related to exporting >>> templates >>> > > to new systems/environments along with the parameters. >>> > > >>> > > I don't need the parameter values necessarily, but, importing a new >>> > > template and then needing to create the parameters manually while >>> setting >>> > > them seems a little tedious. Is this only possible using a registry >>> perhaps? >>> > > >>> > > Any guidance would be helpful. >>> > > >>> > > thanks >>> > > >>> > >>> >> -- > Sent from Gmail Mobile > -- Sent from Gmail Mobile
