Remove HEAD-handling hack. (#794)
* remove HEAD -> GET workaround Signed-off-by: dblock <[email protected]> * Removed remaining HEAD-handling code. Signed-off-by: dblock <[email protected]> * Fixed remaining references to admin:admin. Signed-off-by: dblock <[email protected]> --------- Signed-off-by: dblock <[email protected]> Co-authored-by: Vincent Castaneda <[email protected]>
This commit is contained in:
co-authored by
Vincent Castaneda
parent
19a911387c
commit
55f9940d51
@@ -38,7 +38,7 @@ def main() -> None:
|
||||
# Setup connection with the OpenSearch cluster
|
||||
print("Setting up connection with OpenSearch cluster...")
|
||||
opensearch_client: Any = OpenSearch(
|
||||
"https://admin:admin@localhost:9200",
|
||||
"https://localhost:9200",
|
||||
use_ssl=True,
|
||||
verify_certs=False,
|
||||
ssl_show_warn=False,
|
||||
|
||||
Reference in New Issue
Block a user