You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
I just wanted to play around with nefertari and ramses so I started an instance of mongodb and elasticsearch via docker on my dev machine. For the elasticsearch service I followed the instructions at https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
After the setup elasticsearch is secured by HTTP basic authentication, for which I couldn't find any way to work with nefertari.
I already tried the following workaraound in my local.ini:elasticsearch.hosts = http://elastic:MagicWord@localhost:9200
But according to the following code (elasticsearch.py:182), a colon is kind of a reserved character for separating multiple hosts.The text was updated successfully, but these errors were encountered: