You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:52:32 UTC

[jira] [Closed] (GEODE-2923) secure ability to create indexes

     [ https://issues.apache.org/jira/browse/GEODE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2923.
--------------------------------

> secure ability to create indexes
> --------------------------------
>
>                 Key: GEODE-2923
>                 URL: https://issues.apache.org/jira/browse/GEODE-2923
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, security
>            Reporter: Swapnil Bawaskar
>            Assignee: Kenneth Howe
>            Priority: Major
>             Fix For: 1.3.0
>
>
> Treat queries as a CLUSTER resource so that administrators can control ability to manage indices (both OQL and Lucene), and manage Continuous queries.
> Only a user with CLUSTER:MANAGE:QUERY should be able to run the following gfsh commands:
> {noformat}
> create index
> define index
> destroy index	
> create defined indexes	
> close durable-cq	
> close durable-client	
> clear defined indexes	
> {noformat}
> And the following JMX bean methods:
> {noformat}
> CacheServerMXBean.closeAllContinuousQuery	
> CacheServerMXBean.closeContinuousQuery	
> DistributedSystemMXBean.setQueryCollectionsDepth	
> DistributedSystemMXBean.setQueryResultSetLimit	
> {noformat}
> A user with CLUSTER:READ:QUERY should be able to run the following commands:
> {noformat}
> list indexes	
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)