Closed mh-goe closed 3 years ago
With the changes in this PR we add Solr endpoint authentication to let users configure username and password in case their Solr endpoint has been Basic Auth secured via .htaccess.
.htaccess
After double-checking this seems to be superfluous because basic auth inside setup.txt turned out to work just fine.
Example: plugin.tx_find.settings.connections.<connectionName>.options.host = <username>:<password>@<host>
plugin.tx_find.settings.connections.<connectionName>.options.host = <username>:<password>@<host>
With the changes in this PR we add Solr endpoint authentication to let users configure username and password in case their Solr endpoint has been Basic Auth secured via
.htaccess
.