You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/04/03 16:48:29 UTC

[geode] branch develop updated: GEODE-4979: Incorrect description in docs of ResourcePermission in OQL

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

dbarnes 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 e5e0c62  GEODE-4979: Incorrect description in docs of ResourcePermission in OQL
e5e0c62 is described below

commit e5e0c62584390d84194e1f23cacb20d31c6f07ed
Author: masaki.yamakawa <ma...@ulsystems.co.jp>
AuthorDate: Sun Apr 1 16:29:46 2018 +0900

    GEODE-4979: Incorrect description in docs of ResourcePermission in OQL
---
 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 d475737..2a1f998 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -170,7 +170,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | netstat                                | CLUSTER:READ                     |
 | pause gateway-sender                   | CLUSTER:MANAGE:GATEWAY           |
 | put --key=key1 --region=region1        | DATA:WRITE:RegionName:Key        |
-| query                                  | DATA:READ                        
+| query                                  | DATA:READ:RegionName             |
 | rebalance                              | DATA:MANAGE                      |
 | remove                                 | DATA:WRITE:RegionName or DATA:WRITE:RegionName:Key |
 | resume gateway-sender                  | CLUSTER:MANAGE:GATEWAY           |

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.