You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2017/09/07 22:20:00 UTC

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

Jason Huynh created GEODE-3578:
----------------------------------

             Summary: 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


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)