Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to add nifi processors to the "restricted components"

avatar
New Member

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!

1 ACCEPTED SOLUTION

avatar
Master Guru

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.

View solution in original post

2 REPLIES 2

avatar
Master Guru

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.

avatar
New Member
@Bryan Bende

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.