Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-18 Thread Kevin Lee
Thanks Alan! That works! I was looking for a programatic way to do it, but this will work for now as it doesn’t seem to be supported. - Kevin > On Nov 18, 2015, at 1:24 AM, Alan Woodward wrote: > > At the moment it seems that it's only settable via System properties - see

Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-18 Thread Alan Woodward
At the moment it seems that it's only settable via System properties - see https://cwiki.apache.org/confluence/display/solr/ZooKeeper+Access+Control. But it would be nice to do this programmatically as well, maybe worth opening a JIRA ticket? Alan Woodward www.flax.co.uk On 17 Nov 2015, at

Re: CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-17 Thread Kevin Lee
Does anyone know if it is possible to set the ACL credentials in CloudSolrClient needed to access a protected resource in Zookeeper? Thanks! > On Nov 13, 2015, at 1:20 PM, Kevin Lee wrote: > > Hi, > > Is there a way to use CloudSolrClient and connect to a Zookeeper

CloudSolrClient Connect To Zookeeper with ACL Protected files

2015-11-13 Thread Kevin Lee
Hi, Is there a way to use CloudSolrClient and connect to a Zookeeper instance where ACL is enabled and resources/files like /live_nodes, etc are ACL protected? Couldn’t find a way to set the ACL credentials. Thanks, Kevin