mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-11 01:57:48 +00:00

* bug(OpenSearchDocumentStore): fix authenticate with aws4auth if set. Rearrange check to authenticate with aws4auth before username and password, as the username is set to "admin" by default. * Make username check less restrictive * Fix test, do not used mocked _init_client function * Add warning for aws4auth and username to ElasticSearchDocumentStore Co-authored-by: Julian Risch <julian.risch@deepset.ai>