Re: How to authenticate to upload a configset using the API

2023-05-23 Thread Arrieta, Alejandro
hello Marisol, If it is login/password and not kerberos ticket: curl -u username:password -X POST --header "Content-Type:application/octet-stream" --data-binary @configset.zip " https://solrurl:8983/solr/admin/configs?action=UPLOAD&name=configName"; If you only give the user, curl should ask you

Re: How to authenticate to upload a configset using the API

2023-05-23 Thread ufuk yılmaz
Hi, What type of authentication are you using with solr? There are a few different options -ufuk yilmaz — > On 23 May 2023, at 13:30, Marisol Redondo > wrote: > > Hi, > > We have enable authentication in the solr installation, and I can't upload > a config set to zookeeper to use in a coll

How to authenticate to upload a configset using the API

2023-05-23 Thread Marisol Redondo
Hi, We have enable authentication in the solr installation, and I can't upload a config set to zookeeper to use in a collection using the API, I'm getting a fobidden error, as I need to pass the user and password. The command I'm using to upload is: curl -X POST --header "Content-Type:application