NIFI-149: Made modifications suggested in ticket

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/b86fe2d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b86fe2d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b86fe2d1

Branch: refs/heads/develop
Commit: b86fe2d17844d9b7c8bd2ae54b63ad7e3692b4ab
Parents: 89db665
Author: Mark Payne <[email protected]>
Authored: Fri May 1 09:05:34 2015 -0400
Committer: Mark Payne <[email protected]>
Committed: Fri May 1 09:05:34 2015 -0400

----------------------------------------------------------------------
 nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b86fe2d1/nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 7f373f9..039e5b9 100644
--- a/nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -157,9 +157,7 @@ by setting the `nifi.web.https.host` and 
`nifi.web.https.port` properties. The `
 should run on. This allows admins to configure the application to run only on 
specific network interfaces. If it is desired that the HTTPS interface
 be accessible from all network interfaces, a value of `0.0.0.0` should be used.
 
-It is important when enabling HTTPS that the `nifi.web.http.port` property be 
unset. If both properties are configured, users will be able to
-connect over either HTTPS or HTTP. This can be useful in order to connect over 
HTTP when accessing the system over a local network and require
-HTTPS for all other network interfaces. However, it is usually desirable to 
secure all network interfaces, so this property is most often unset.
+NOTE: It is important when enabling HTTPS that the `nifi.web.http.port` 
property be unset.
 
 Now that the User Interface has been secured, we can easily secure 
Site-to-Site connections and inner-cluster communications, as well. This is
 accomplished by setting the `nifi.remote.input.secure` and 
`nifi.cluster.protocol.is.secure` properties, respectively, to `true`.
@@ -233,7 +231,8 @@ The following roles are available in NiFi:
 [options="header,footer"]
 
|========================================================================================================
 | Role Name | Description
-| Administrator | Administrator is able to configure thread pool sizes and 
user accounts
+| Administrator | Administrator is able to configure thread pool sizes and 
user accounts as well as
+                  purge the dataflow change history.
 | Data Flow Manager | Data Flow Manager is given the ability to manipulate the 
dataflow. S/he is able to
                       add, remove, and manipulate components on the graph; 
add, remove, and manipulate
                       Controller Services and Reporting Tasks; create and 
manage templates;

Reply via email to