Create core with bin/solr where BasicAuth is setup

2017-05-10 Thread bay chae
Hi, I have basic auth implemented in solr and can create a core with 'curl —user…’ and through the web interface with username and password entered. I can create a core: bin/solr create -c bore with this in solr.in.sh: SOLR_AUTH_TYPE="basic" SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr:SolrRoc

Tests for ZooKeeper Access Control

2017-05-03 Thread bay chae
Can anyone provide any coherent tests at API level to test ZooKeeper Access Control? Or have I missed the point on what ZooKeeper Access Control is? In fact what is ZooKeeper Access Control and how should I see its affects?

Newbie Zookeeper Access Control

2017-05-03 Thread bay chae
Hi I amredacted following this guide: https://cwiki.apache.org/confluence/display/solr/ZooKeeper+Access+Control My solr version is 6.5.1. My operating system is OS X macSierra. My startup command is: • bin/solr

Securing solr web Client

2017-04-26 Thread bay chae
I have secured solr using basic authentication so that php client and curl requests require the password. Using solr cloud as I gave up trying to setup on standalone. However this does not secure the solr web client!!! Where is the documentation to secure solr web client? Any direction gratefu

Re: Caused by: org.noggit.JSONParser$ParseException: Expected ',' or '}': char=",position=312 BEFORE='ssions"

2017-04-25 Thread bay chae
doh Thanks for the tip It worked perfectly!! > On 25 Apr 2017, at 19:28, Shawn Heisey wrote: > >

Caused by: org.noggit.JSONParser$ParseException: Expected ',' or '}': char=",position=312 BEFORE='ssions"

2017-04-25 Thread bay chae
https://stackoverflow.com/questions/43618000/solr-standalone-basicauth-org-noggit-jsonparserparseexception Hi I am following guides on security.json in https://cwiki.apache.org/confluenc

php apache solr client - Solr HTTP Error 58: 'Problem with the local SSL certificate'

2017-04-21 Thread bay chae
Hi, Apologies if this is an inappropriate place to contact please redirect if this is the case. I have successfully setup solr(6.5.0) with ssl in my dev environment and can get a proper response using the following curl request: curl -E ./etc/solr-ssl.keystore.p12:secret --cacert ./etc/solr-ss