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

    https://github.com/apache/nifi/pull/1736#discussion_r114433761
  
    --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -1176,6 +1176,148 @@ Secure Prompt
     
     If you prefer not to provide the password or raw key in the command-line 
invocation of the tool, leaving these arguments absent will prompt a secure 
console read of the password (by default) or raw key (if the `-r` flag is 
provided at invocation).
     
    +[[admin-toolkit]]
    +Administrative Tools
    +--------------------
    +The admin toolkit contains command line utilities for administrators to 
support NiFi maintenance in standalone
    +and clustered environments. These utilities include:
    +
    +* Notify -- The notification tool allows administrators to send bulletins 
to the NiFi UI using the command line.
    +* Node Manager -- The node manager tool allows administrators to safely 
disconnect or remove nodes from a NiFi cluster.
    +
    +The admin toolkit is bundled with the nifi-toolkit and can be executed 
with scripts found in the _bin_ folder.
    +
    +=== Prerequisites for Running Admin Toolkit in a Secure Environment
    +For secured nodes and clusters, two policies should be configured in 
advance:
    +
    +* Access the controller – A user that will have access to these 
utilities should be authorized in NiFi by creating an “access the 
controller” policy (/controller) with both view and modify rights.
    +* Proxy user request – If not previously set node’s identity ( the DN 
value of the node’s certificate) should be authorized to proxy requests on 
behalf of a user
    --- End diff --
    
    Extra space between '(' and "the". 


---
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