Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1697#discussion_r113531250
  
    --- Diff: 
nifi-toolkit/nifi-toolkit-admin/src/main/groovy/org/apache/nifi/toolkit/admin/nodemanager/NodeManagerTool.groovy
 ---
    @@ -75,6 +77,7 @@ public class NodeManagerTool extends AbstractAdminTool {
             final Options options = new Options()
             
options.addOption(Option.builder("h").longOpt(HELP_ARG).desc("Print help 
info").build())
             
options.addOption(Option.builder("v").longOpt(VERBOSE_ARG).desc("Set mode to 
verbose (default is false)").build())
    +        
options.addOption(Option.builder("p").longOpt(PROXY_DN).hasArg().desc("User or 
Proxy DN that has permission to send a notification").build())
    --- End diff --
    
    This description should indicate permissions to manage a node (not send a 
notification). Maybe we should elaborate that they will need read/write to 
'access the controller' since that's how the UI presents it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to