Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to add nifi processors to the "restricted components"

avatar
Explorer

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
Explorer
@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.