Hi,

I try to follow:
https://cwiki.apache.org/confluence/display/solr/Basic+Authentication+Plugin,
to protect Solr 5.2 Admin with password, but I have not been able to secure.

1) When I run the following command:

curl --user solr:SolrRocks http://localhost:8983/solr/admin/authentication
-H 'Content-type:application/json'-d '{
  "set-user": {"tom" : "TomIsCool" }}'

no update on the file security.json

2) I launched the following 2 commands:

curl --user solr:SolrRocks http://localhost:8983/solr/admin/authorization
-H 'Content-type:application/json'-d '{"set-permission": {
"name":"updates", "collection":"MyCollection", "role": "dev"}}'

curl --user solr:SolrRocks http://localhost:8983/solr/admin/authorization
-H 'Content-type:application/json' -d '{ "set-user-role": {"tom":["dev"}}'

always MyCollection is not protected.


thank you for your help.

Reply via email to