Re: Online Solr password encryption tool for the Basic Authentication plugin

2020-08-28 Thread Clemente Biondo
Thank you Jan, your solution is also super easy, I was not aware of that, thanks for letting me know, it solves another use case for us. Yes, we use the REST API, but since we use solr as a docker image I feel unease to commit the initial password in the image. We came out with the following

Re: Online Solr password encryption tool for the Basic Authentication plugin

2020-08-28 Thread Jan Høydahl
Cool, it’s even easier than my old Java tool: https://github.com/cominvent/solr-tools Also, I can recommend using the authenitcation REST API to add users instead of hardcoding. The API takes care of the encoding for you! Jan > 27. aug. 2020 kl.

Online Solr password encryption tool for the Basic Authentication plugin

2020-08-27 Thread Clemente Biondo
I was a little annoyed of the default "SolrRocks" password so I wrote a little utility to generate solr passwords for the Basic Authentication plugin and made it available online. The password encoder is written in simple plain javascript, there is no need to install or download anything, the