This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fb0c283  GEODE-3578 Revise docs for CQ authorization level change 
(#818)
fb0c283 is described below

commit fb0c28316d4337efb57610b0ee8c0febe7f649d5
Author: Karen Miller <[email protected]>
AuthorDate: Tue Sep 26 11:19:20 2017 -0700

    GEODE-3578 Revise docs for CQ authorization level change (#818)
---
 geode-docs/managing/security/implementing_authorization.html.md.erb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/geode-docs/managing/security/implementing_authorization.html.md.erb 
b/geode-docs/managing/security/implementing_authorization.html.md.erb
index 9baa094..f125c1e 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:RegionName and 
CLUSTER:MANAGE:QUERY  |
-| CqQuery.executeWithInitialResults  | DATA:READ:RegionName and 
CLUSTER:MANAGE:QUERY  |
+| queryService.newCq                 | DATA:READ:RegionName                |
+| CqQuery.stop                       | DATA:READ                           |
 
 
 This table classifies the permissions assigned for `gfsh` operations.
@@ -232,6 +232,8 @@ This table classifies the permissions assigned for JMX 
operations.
 | CacheServerMXBean.closeAllContinuousQuery      | CLUSTER:MANAGE:QUERY      |
 | CacheServerMXBean.closeContinuousQuery         | CLUSTER:MANAGE:QUERY      |
 | CacheServerMXBean.executeContinuousQuery       | DATA:READ                 |
+| CqQuery.execute                    | DATA:READ:RegionName and 
CLUSTER:MANAGE:QUERY  |
+| CqQuery.executeWithInitialResults  | DATA:READ:RegionName and 
CLUSTER:MANAGE:QUERY  |
 | DiskStoreMXBean.flush                          | CLUSTER:MANAGE:DISK       |
 | DiskStoreMXBean.forceCompaction                | CLUSTER:MANAGE:DISK       |
 | DiskStoreMXBean.forceRoll                      | CLUSTER:MANAGE:DISK       |

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to