In the nifi.variable.registry.properties we can configure a file to list all the variables we want to have available, however is it possible to have variables limited per group?
Lets say we have GroupA and Group B.
We have var1, var2, var3, var4, and var5.
We want to provide GroupA with access to all 5 variables, however to GroupB we would only like them to access var4 and var5.
Is there a way this can be implemented in any way possible?