Repository: geode
Updated Branches:
  refs/heads/release/1.2.1 99b0fd6f9 -> 1bb1cae34


GEODE-3249 Document geode.allow-internal-messages-without-credentials

    This closes #735

(cherry picked from commit d83ba36e8143054f8ce1fab4eec08641de8384f5)


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1bb1cae3
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1bb1cae3
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1bb1cae3

Branch: refs/heads/release/1.2.1
Commit: 1bb1cae34814bdca298e476f8b88d19e4bc0dd51
Parents: 99b0fd6
Author: Karen Miller <[email protected]>
Authored: Wed Aug 23 13:25:19 2017 -0700
Committer: Anthony Baker <[email protected]>
Committed: Fri Aug 25 08:05:22 2017 -0700

----------------------------------------------------------------------
 geode-docs/reference/topics/gemfire_properties.html.md.erb | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/1bb1cae3/geode-docs/reference/topics/gemfire_properties.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb 
b/geode-docs/reference/topics/gemfire_properties.html.md.erb
index c5030b9..7ebdf41 100644
--- a/geode-docs/reference/topics/gemfire_properties.html.md.erb
+++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb
@@ -210,6 +210,12 @@ This setting must be the same for every member of a given 
distributed system and
 <td>false</td>
 </tr>
 <tr class="odd">
+<td>geode.allow-internal-messages-without-credentials</td>
+<td>A boolean that disables internal message validation when true. Set this 
system property on the `gfsh start server` command line when upgrading servers 
to work with not-upgraded clients.
+</td>
+<td>S</td>
+<td>false</td>
+<tr class="odd">
 <td>groups</td>
 <td>Defines the list of groups that this member belongs to. Use commas to 
separate group names. Note that anything defined by the roles gemfire property 
will also be considered a group. 
 See <a href="../../configuring/cluster_config/using_member_groups.html">Using 
Member Groups</a> for more information.</td>

Reply via email to