You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2015/09/09 23:35:45 UTC

[jira] [Commented] (RANGER-621) Solr service-def JSON has incorrect impliedGrants for solr_admin permission

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

Madhan Neethiraj commented on RANGER-621:
-----------------------------------------

bq. { "itemId":900, "name":"solr_admin", "label":"Solr Admin", "impliedGrants":[ "query,update,others" ]}

Should be:
{ "itemId":900, "name":"solr_admin", "label":"Solr Admin", "impliedGrants":[ "query", "update", "others" ]}


> Solr service-def JSON has incorrect impliedGrants for solr_admin permission
> ---------------------------------------------------------------------------
>
>                 Key: RANGER-621
>                 URL: https://issues.apache.org/jira/browse/RANGER-621
>             Project: Ranger
>          Issue Type: Bug
>          Components: admin, plugins
>    Affects Versions: 0.5.0
>            Reporter: Abhay Kulkarni
>            Assignee: Madhan Neethiraj
>
> impliedGrants specification needs to be a comma-separated list of quoted strings, each string representing supported permission string. However, in the JSON specification for solr service-definition, impliedGrants is specified as a quoted string containing comma-separated permission strings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)