We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aef96c + 244e664 commit b02907cCopy full SHA for b02907c
core/compatible.py
@@ -89,7 +89,7 @@ def check_for_requirements(start_api_server):
89
try:
90
connection = elasticsearch.Elasticsearch(
91
api_config["api_database"],
92
- http_auth=api_config["api_database"]
+ http_auth=api_config["api_database_http_auth"]
93
)
94
connection.indices.get_alias("*")
95
except Exception:
0 commit comments