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 21:25:32 UTC

geode git commit: GEODE-3330 Document modified CQ authorization permissions

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


GEODE-3330 Document modified CQ authorization permissions

    This closes #750


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

Branch: refs/heads/develop
Commit: 7417d73cf9960583c04c3e855f0aa6d4d649c3d6
Parents: f2492bf
Author: Karen Miller <km...@pivotal.io>
Authored: Wed Aug 30 14:00:28 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed Aug 30 14:25:11 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/geode/blob/7417d73c/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 8f91825..e78b294 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -103,6 +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  |
 
 
 This table classifies the permissions assigned for `gfsh` operations.