subugoe / typo3-find

TYPO3 extension providing a frontend for Solr indexes.
GNU General Public License v2.0
16 stars 20 forks source link

Solr endpoint authentication #165

Closed mh-goe closed 3 years ago

mh-goe commented 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.

mh-goe commented 3 years ago

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>