Skip to content

Commit

Permalink
search: update 'ssl_show_warn' setting for OS
Browse files Browse the repository at this point in the history
  • Loading branch information
pamfilos authored Nov 19, 2024
1 parent 45b7e2e commit 1a03321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cap/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ def _(x):
use_ssl=str(os.environ.get('OPENSEARCH_USE_SSL')).lower() == 'true',
verify_certs=str(os.environ.get('OPENSEARCH_VERIFY_CERTS')).lower()
== 'true',
ssl_show_warn=False,
url_prefix=os.environ.get('OPENSEARCH_URL_PREFIX', ''),
)
else:
Expand Down

0 comments on commit 1a03321

Please sign in to comment.