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
In our setup, we are using an Elastic Cloud instance to run integration tests on the build agent. That instance is protected and we need to use credentials to access it.
@konstantinmiller I agree, however I'd need also to be able to start the server so the basic usecase with starting elasticsearch service with authentication and using it in the client would also be covered.
If you want you can work on this, as I do not know when I'll be able to add it.
That's not really a bug but a missing feature :)
It seems not to be possible to use authentication when connecting to Elasticsearch, or is it?
The call
client = Elasticsearch([{'host': process.host, 'port': process.port}])
doesn't allow for it.Can we have something like this please? :)
The text was updated successfully, but these errors were encountered: