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 <[email protected]> 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.
