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
Setting elasticsearch.sniff* in the config file used to cause authentication problems #42224
The root problem has been fixed in #91276
We should add integration tests to make sure that code changes do not break cases when users configure elasticsearch.sniff* settings.
The text was updated successfully, but these errors were encountered:
mshustov
added
the
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
label
Feb 17, 2021
Even if it would make sense to add such integration tests, we now have unit tests asserting that the generated client configuration is on the expected shape to avoid this issue (auth info at the top level of the config and not per node), and implementing those tests, in addition to mostly testing the behavior of the ES client, is not trivial, as the exact behavior of the sniff/sniff on start logic is an implementation detail of the client.
Setting
elasticsearch.sniff*
in the config file used to cause authentication problems #42224The root problem has been fixed in #91276
We should add integration tests to make sure that code changes do not break cases when users configure
elasticsearch.sniff*
settings.The text was updated successfully, but these errors were encountered: