You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/07/06 16:54:06 UTC

[jira] [Updated] (SOLR-7755) An API to edit the security params

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

Noble Paul updated SOLR-7755:
-----------------------------
    Description: 
example
{code}
curl http://localhost:8983/solr/admin/authorization -H 'Content-type:application/json' -d '{
"add-user" : {"name" : "tom", 
             "role": ["admin","dev"]
             },
"create-permission" :{"name":"mycoll-update",
                      "before" :"some-other-permission",
                      "path":"/update/*"
                      "role":["dev","admin"]
                      }

}'
{code}

Please note that the set of parameters required for a basic ZK based impl will be completely different from that of a Kerberos implementation. However the framework would remain the same. The end point will remain the same, though

  was:
example
{code}
curl http://localhost:8983/solr/admin/authorization -H 'Content-type:application/json' -d '{
"add-user" : {"name" : "tom", 
             "role": ["admin","dev"]
             },
"create-permission" :{"name":"mycoll-update",
                      "before" :"some-other-permission",
                      "path":"/update/*"
                      "role":["dev","admin"]
                      }

}'
{code}


> An API to edit the security params
> ----------------------------------
>
>                 Key: SOLR-7755
>                 URL: https://issues.apache.org/jira/browse/SOLR-7755
>             Project: Solr
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>
> example
> {code}
> curl http://localhost:8983/solr/admin/authorization -H 'Content-type:application/json' -d '{
> "add-user" : {"name" : "tom", 
>              "role": ["admin","dev"]
>              },
> "create-permission" :{"name":"mycoll-update",
>                       "before" :"some-other-permission",
>                       "path":"/update/*"
>                       "role":["dev","admin"]
>                       }
> }'
> {code}
> Please note that the set of parameters required for a basic ZK based impl will be completely different from that of a Kerberos implementation. However the framework would remain the same. The end point will remain the same, though



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org