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/30 23:02:15 UTC

geode git commit: GEODE-3330 Correct doc of CQ authorization permissions

Repository: geode
Updated Branches:
  refs/heads/develop 7417d73cf -> 6a7442c83


GEODE-3330 Correct doc of CQ authorization permissions


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

Branch: refs/heads/develop
Commit: 6a7442c83307ce10b0d294736f717cd91e037bd5
Parents: 7417d73
Author: Karen Miller <km...@pivotal.io>
Authored: Wed Aug 30 15:49:56 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed Aug 30 16:00:54 2017 -0700

----------------------------------------------------------------------
 .../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/6a7442c8/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 e78b294..9baa094 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -103,8 +103,8 @@ a Client-Server interaction.
 | Region.destroy(key)                | DATA:WRITE:RegionName:Key           |
 | Region.put(key)                    | DATA:WRITE:RegionName:Key           |
 | Region.replace                     | DATA:WRITE:RegionName:Key           |
-| CqQuery.execute                    | DATA:READ and CLUSTER:MANAGE:QUERY  |
-| CqQuery.executeWithInitialResults  | DATA:READ and CLUSTER:MANAGE:QUERY  |
+| CqQuery.execute                    | DATA:READ:RegionName and CLUSTER:MANAGE:QUERY  |
+| CqQuery.executeWithInitialResults  | DATA:READ:RegionName and CLUSTER:MANAGE:QUERY  |
 
 
 This table classifies the permissions assigned for `gfsh` operations.