Author: pzampino
Date: Mon Jul 30 18:40:29 2018
New Revision: 1837080

URL: http://svn.apache.org/viewvc?rev=1837080&view=rev
Log:
Corrected descriptions of some gateway-site properties

Modified:
    knox/site/books/knox-1-1-0/user-guide.html
    knox/trunk/books/1.1.0/config.md

Modified: knox/site/books/knox-1-1-0/user-guide.html
URL: 
http://svn.apache.org/viewvc/knox/site/books/knox-1-1-0/user-guide.html?rev=1837080&r1=1837079&r2=1837080&view=diff
==============================================================================
--- knox/site/books/knox-1-1-0/user-guide.html (original)
+++ knox/site/books/knox-1-1-0/user-guide.html Mon Jul 30 18:40:29 2018
@@ -743,7 +743,7 @@ https://{gateway-host}:{gateway-port}/{g
     </tr>
     <tr>
       <td><code>gateway.remote.alias.service.enabled</code> </td>
-      <td>Turn on/off Remote Alias Discovery, this will take effect only when 
remote configuration monitor is enabled </td>
+      <td>Turn on/off remote alias management, this will take effect only when 
remote configuration monitoring is enabled </td>
       <td><code>true</code></td>
     </tr>
     <tr>
@@ -773,7 +773,7 @@ https://{gateway-host}:{gateway-port}/{g
     </tr>
     <tr>
       <td><code>gateway.strict.topology.validation</code> </td>
-      <td>If true topology xml files will be validated against the topology 
schema during redeploy </td>
+      <td>If true, topology XML files will be validated against the topology 
schema during redeploy </td>
       <td><code>false</code></td>
     </tr>
   </tbody>

Modified: knox/trunk/books/1.1.0/config.md
URL: 
http://svn.apache.org/viewvc/knox/trunk/books/1.1.0/config.md?rev=1837080&r1=1837079&r2=1837080&view=diff
==============================================================================
--- knox/trunk/books/1.1.0/config.md (original)
+++ knox/trunk/books/1.1.0/config.md Mon Jul 30 18:40:29 2018
@@ -147,13 +147,13 @@ Property    | Description | Default
 `gateway.remote.config.registry.<name>`|A named [remote configuration registry 
client](#Remote+Configuration+Registry+Clients) definition, where _name_ is an 
arbitrary identifier for the connection|null
 `gateway.cluster.config.monitor.ambari.enabled`| Indicates whether the cluster 
monitoring and associated dynamic topology updating is enabled | `false`
 `gateway.cluster.config.monitor.ambari.interval` | The interval (in seconds) 
at which the cluster monitor will poll Ambari for cluster configuration changes 
| `60`
-`gateway.remote.alias.service.enabled` | Turn on/off Remote Alias Discovery, 
this will take effect only when remote configuration monitor is enabled  | 
`true`
+`gateway.remote.alias.service.enabled` | Turn on/off remote alias management, 
this will take effect only when remote configuration monitoring is enabled  | 
`true`
 `gateway.read.only.override.topologies` | A comma-delimited list of topology 
names which should be forcibly treated as read-only. | none
 `gateway.discovery.default.address` | The default discovery address, which is 
applied if no address is specified in a descriptor. | null
 `gateway.discovery.default.cluster` | The default discovery cluster name, 
which is applied if no cluster name is specified in a descriptor. | null
 `gateway.dispatch.whitelist` | A semicolon-delimited list of regular 
expressions for controlling to which endpoints Knox dispatches and redirects 
will be permitted. If DEFAULT is specified, or the property is omitted 
entirely, then a default domain-based whitelist will be derived from the Knox 
host. An empty value means no dispatches will be permitted. | null
 `gateway.dispatch.whitelist.services` | A comma-delimited list of service 
roles to which the *gateway.dispatch.whitelist* will be applied. | none
-`gateway.strict.topology.validation` | If true topology xml files will be 
validated against the topology schema during redeploy | `false`
+`gateway.strict.topology.validation` | If true, topology XML files will be 
validated against the topology schema during redeploy | `false`
 
 #### Topology Descriptors ####
 


Reply via email to