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 2019/12/02 23:01:40 UTC

[geode] branch feature/GEODE-7212 created (now 4902ffc)

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

kmiller pushed a change to branch feature/GEODE-7212
in repository https://gitbox.apache.org/repos/asf/geode.git.


      at 4902ffc  GEODE-7212: Docs update of CLUSTER:MANAGE:QUERY for CqQuery.stop()

This branch includes the following new commits:

     new 4902ffc  GEODE-7212: Docs update of CLUSTER:MANAGE:QUERY for CqQuery.stop()

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode] 01/01: GEODE-7212: Docs update of CLUSTER:MANAGE:QUERY for CqQuery.stop()

Posted by km...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch feature/GEODE-7212
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 4902ffc13bf4364eae7f7222d1f45e7312a785f2
Author: Karen Miller <km...@pivotal.io>
AuthorDate: Mon Dec 2 14:58:12 2019 -0800

    GEODE-7212: Docs update of CLUSTER:MANAGE:QUERY for CqQuery.stop()
---
 geode-docs/managing/security/implementing_authorization.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/managing/security/implementing_authorization.html.md.erb b/geode-docs/managing/security/implementing_authorization.html.md.erb
index 8be7aee..b712b10 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -104,7 +104,7 @@ a Client-Server interaction.
 | Region.put(key)                    | DATA:WRITE:RegionName:Key           |
 | Region.replace                     | DATA:WRITE:RegionName:Key           |
 | queryService.newCq                 | DATA:READ:RegionName                |
-| CqQuery.stop                       | DATA:MANAGE:QUERY                   |
+| CqQuery.stop                       | CLUSTER:MANAGE:QUERY                   |
 
 
 This table classifies the permissions assigned for `gfsh` operations.