You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/18 16:17:00 UTC

[jira] [Commented] (GEODE-3578) Creating and closing a cq from a client should only require DATA:READ

    [ https://issues.apache.org/jira/browse/GEODE-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170230#comment-16170230 ] 

ASF subversion and git services commented on GEODE-3578:
--------------------------------------------------------

Commit 7658cea6a8906a1055eac97ea1fbd003fb81617d in geode's branch refs/heads/develop from [~huynhja]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7658cea ]

GEODE-3578: Only DATA:READ permissions are required for creating/closing a cq from a client

  * As part of this commit GEODE-3576: Moved security check earlier in cq process


> Creating and closing a cq from a client should only require DATA:READ
> ---------------------------------------------------------------------
>
>                 Key: GEODE-3578
>                 URL: https://issues.apache.org/jira/browse/GEODE-3578
>             Project: Geode
>          Issue Type: Bug
>          Components: cq, security
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>              Labels: 1.3
>
> A client should not be required to have CLUSTER:MANAGE:QUERY to create a cq.  Otherwise, we would be giving clients the ability to create/drop indexes as a side effect of wanting to allow them to create a cq.
> Instead a client creating a cq should require just DATA:READ.  The client should also be able to close their own cq, therefore only needing DATA:READ for that.
> However an admin should be able to close cq's.  They may not have DATA:READ. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)