Created 09-15-2017 03:59 PM
Hey all,
I am hoping to manage access to nifi processors... I would like to do this by choosing what processors to add or remove from the restricted processors list. Is this possible and where can I find how to do this?
Thanks!
Created 09-15-2017 04:47 PM
Currently this isn't something that is configurable... processors that are restricted are marked with a @Restricted annotation in the source code, and during start up of the application, the framework identifies processors with the annotation and then provides the restrictions based on the presence of the annotation.
Created 09-15-2017 04:47 PM
Currently this isn't something that is configurable... processors that are restricted are marked with a @Restricted annotation in the source code, and during start up of the application, the framework identifies processors with the annotation and then provides the restrictions based on the presence of the annotation.
Created 09-15-2017 04:57 PM
Thanks for the information, I was afraid that might be the case... was hoping to assign more granular access to processors via groups to our users.