Skip to content

Commit b02907c

Browse files
author
Ali Razmjoo
authored
Merge pull request #343 from spiderxm/development
fix es credential key from config
2 parents 8aef96c + 244e664 commit b02907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/compatible.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def check_for_requirements(start_api_server):
8989
try:
9090
connection = elasticsearch.Elasticsearch(
9191
api_config["api_database"],
92-
http_auth=api_config["api_database"]
92+
http_auth=api_config["api_database_http_auth"]
9393
)
9494
connection.indices.get_alias("*")
9595
except Exception:

0 commit comments

Comments
 (0)