alopresto commented on a change in pull request #3537: NIFI-5973 Adds
ShellUserGroupProvider.
URL: https://github.com/apache/nifi/pull/3537#discussion_r295096657
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/authorizers.xml
##########
@@ -198,12 +198,22 @@
NOTE: Any identity mapping rules specified in nifi.properties are
not applied in this implementation. This behavior
would need to be applied by the base implementation.
-->
+
+ <!-- To enable the shell-user-group-provider remove 2 lines. This is 1 of
2.
+ <userGroupProvider>
+ <identifier>shell-user-group-provider</identifier>
+ <class>org.apache.nifi.authorization.ShellUserGroupProvider</class>
+ <property name="Initial Refresh Delay">30 secs</property
+ <property name="Refresh Delay">30 secs</property>
Review comment:
I think 30 seconds is a bit aggressive considering OS users and groups don't
change too frequently, but I understand not wanting to wait too long when they
do change during an active debugging/management session.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services