You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/06/25 02:30:20 UTC

[jira] [Updated] (SOLR-4580) Support for protecting content in ZK

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

Mark Miller updated SOLR-4580:
------------------------------

    Attachment: SOLR-4580.patch

Patch attached:
I've made some very small tweaks/fixes and added a new dev start scripts that runs a cloud cluster against a secured zk. 

I tried to access the zk info without credentials from another zk tool with this setup - I could only see the root nodes, none of their children. I could not read the contents of the nodes. I could not delete nodes that had children (I could not see the children but got a relevant error when trying to delete nodes with children). 

Oddly, it seems I could delete nodes with no children - for example cluster.json and alias.json.
                
> Support for protecting content in ZK
> ------------------------------------
>
>                 Key: SOLR-4580
>                 URL: https://issues.apache.org/jira/browse/SOLR-4580
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>    Affects Versions: 4.2
>            Reporter: Per Steffensen
>            Assignee: Mark Miller
>              Labels: security, solr, zookeeper
>         Attachments: SOLR-4580_branch_4x_r1482255.patch, SOLR-4580.patch
>
>
> We want to protect content in zookeeper. 
> In order to run a CloudSolrServer in "client-space" you will have to open for access to zookeeper from client-space. 
> If you do not trust persons or systems in client-space you want to protect zookeeper against evilness from client-space - e.g.
> * Changing configuration
> * Trying to mess up system by manipulating clusterstate
> * Add a delete-collection job to be carried out by the Overseer
> * etc
> Even if you do not open for zookeeper access to someone outside your "secure zone" you might want to protect zookeeper content from being manipulated by e.g.
> * Malware that found its way into secure zone
> * Other systems also using zookeeper
> * etc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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