Skip to content

Commit

Permalink
Remove the TLSv1.2 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Nov 8, 2024
1 parent fee5336 commit ecadcc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/managers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"opensearch_security.readonly_mode.roles": ["kibana_read_only"],
"server.ssl.enabled": False,
"opensearch_security.cookie.secure": False,
"server.ssl.supportedProtocols": ["TLSv1.2"], # In tandem with current OpenSearch
}

# Overrides the DEFAULT_PROPERTIES if we have TLS enabled
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
path.data: /var/snap/opensearch-dashboards/common/var/lib/opensearch-dashboards
server.host: {ip}
server.ssl.enabled: false
server.ssl.supportedProtocols:
- TLSv1.2
"""


Expand Down

0 comments on commit ecadcc9

Please sign in to comment.