You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2016/12/07 20:45:39 UTC

geode git commit: GEODE-2004: [doc update] Create/update/delete query through rest api should require DATA:READ instead of DATA:WRITE

Repository: geode
Updated Branches:
  refs/heads/develop f58a11d94 -> 860d7efab


GEODE-2004: [doc update] Create/update/delete query through rest api should require DATA:READ instead of DATA:WRITE


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

Branch: refs/heads/develop
Commit: 860d7efabc72b3d67406315f5f6baaadc3ff9fd4
Parents: f58a11d
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Dec 7 12:29:14 2016 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Dec 7 12:29:14 2016 -0800

----------------------------------------------------------------------
 .../managing/security/implementing_authorization.html.md.erb     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/860d7efa/geode-docs/managing/security/implementing_authorization.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/security/implementing_authorization.html.md.erb b/geode-docs/managing/security/implementing_authorization.html.md.erb
index cd7f829..a01feda 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -141,7 +141,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | export offline-disk-store              | CLUSTER:READ                     |
 | export stack-traces                    | CLUSTER:READ                     |
 | gc                                     | CLUSTER:MANAGE                   |
-| get --key=key1 --region=region1        | DATA:READ:RegionName:Key         |
+| get &#8209;key=key1 &#8209;region=region1        | DATA:READ:RegionName:Key         |
 | import data                            | DATA:WRITE:RegionName            |
 | import cluster-configuration           | DATA:MANAGE                      |
 | list async-event-queues                | CLUSTER:READ                     |
@@ -160,7 +160,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | pause gateway-sender                   | DATA:MANAGE                      |
 | pdx rename                             | DATA:MANAGE                      |
 | put --key=key1 --region=region1        | DATA:WRITE:RegionName:Key        |
-| query                                  | DATA:READ:RegionName             |
+| query                                  | DATA:READ                        |
 | rebalance                              | DATA:MANAGE                      |
 | remove                                 | DATA:WRITE:RegionName or DATA:WRITE:RegionName:Key |
 | resume gateway-sender                  | DATA:MANAGE                      |