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
I want to install the Pelias project on my infrastructure. However, a full fledged Elasticsearch cluster is already available so I don't need to start a container for it. Looking at the documentation first and to the code afterwards, I did not see any option to specify the authentication. The cluster I use allows only authenticated requests.
Is it possible to add authentication to the configuration of the ES client?
Ideally after the change, it should be possible to specify the configuration like this
Hi,
I want to install the Pelias project on my infrastructure. However, a full fledged Elasticsearch cluster is already available so I don't need to start a container for it. Looking at the documentation first and to the code afterwards, I did not see any option to specify the authentication. The cluster I use allows only authenticated requests.
Is it possible to add authentication to the configuration of the ES client?
Ideally after the change, it should be possible to specify the configuration like this
Another option would be to store the credentials in env variables and have the possibility of using a place holder in the config file.
Thanks!
The text was updated successfully, but these errors were encountered: