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/10/02 17:39:00 UTC

[jira] [Commented] (GEODE-3628) fix required permission for lucene query

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

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

Commit 061e07d5f425837e87eedc3af5f89eb5d2b3e77a in geode's branch refs/heads/develop from [~upthewaterspout]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=061e07d ]

GEODE-3628: Lucene query only needs DATA:READ

Changing the permissions on the LuceneQueryFunction to only require
DATA:READ


> fix required permission for lucene query
> ----------------------------------------
>
>                 Key: GEODE-3628
>                 URL: https://issues.apache.org/jira/browse/GEODE-3628
>             Project: Geode
>          Issue Type: Bug
>          Components: docs, lucene
>            Reporter: Swapnil Bawaskar
>             Fix For: 1.3.0
>
>
> Previously running a function required DATA:WRITE authorization, and because lucene query is implemented using functions, it did too.
> Now, that we have API that allows function author to choose what authorization is required to execute a function (GEODE-2817). We should change lucene query to require DATA:READ.



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