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

2020-08-28 Thread Clemente Biondo
solution: 1) in the security.json we have a placeholder instead of the hardcoded password 2) we replace it (sed) before starting solr with in an init script (inside solr_init.d) by reading the real password from a vault. Thanks for your feedback! Clemente https://www.linkedin.com/in/clemente-biondo

Online Solr password encryption tool for the Basic Authentication plugin

2020-08-27 Thread Clemente Biondo
d anything, the process is entirely local and no data is sent over the internet. The utility is published under an MIT licence and you are welcome to use or improve upon it. Hope you like it! The source repository is here: https://github.com/clemente-biondo/clemente-biondo.github.io The online utility is h