You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2017/08/23 23:15:24 UTC

geode git commit: GEODE-3249 Document geode.allow-internal-messages-without-credentials

Repository: geode
Updated Branches:
  refs/heads/develop 039edfce4 -> d83ba36e8


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

    This closes #735


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

Branch: refs/heads/develop
Commit: d83ba36e8143054f8ce1fab4eec08641de8384f5
Parents: 039edfc
Author: Karen Miller <km...@pivotal.io>
Authored: Wed Aug 23 13:25:19 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed Aug 23 16:14:26 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/d83ba36e/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 1616759..654d431 100644
--- a/geode-docs/reference/topics/gemfire_properties.html.md.erb
+++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb
@@ -208,6 +208,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>