OpenSearch/x-pack/plugin
Tim Vernum 928f49992f
Don't require TLS for single node clusters (#42830)
This commit removes the TLS cluster join validator.

This validator existed to prevent v6.x nodes (which mandated
TLS) from joining an existing cluster of v5.x nodes (which did
not mandate TLS) unless the 6.x node (and by implication the
5.x nodes) was configured to use TLS.

Since 7.x nodes cannot talk to 5.x nodes, this validator is no longer
needed.

Removing the validator solves a problem where single node clusters
that were bound to local interfaces were incorrectly requiring TLS
when they recovered cluster state and joined their own cluster.

Backport of: #42826
2019-06-04 19:48:37 +10:00
..
ccr [Backport] Improve build configuration time (#42674) 2019-05-30 10:29:42 -07:00
core [ML] Add a limit on line merging in find_file_structure (#42501) 2019-06-03 13:45:51 +01:00
data-frame [ML] [Data Frame] adding and modifying auditor messages (#42722) (#42818) 2019-06-03 19:49:58 -05:00
deprecation Deprecate support for chained multi-fields. (#42330) 2019-05-24 15:55:06 -07:00
graph Switch run task to use real distro (#41590) 2019-05-06 12:34:07 -07:00
ilm Switch run task to use real distro (#41590) 2019-05-06 12:34:07 -07:00
logstash Switch run task to use real distro (#41590) 2019-05-06 12:34:07 -07:00
ml [ML] Add a limit on line merging in find_file_structure (#42501) 2019-06-03 13:45:51 +01:00
monitoring Update ciphers for TLSv1.3 and JDK11 if available (#42082) 2019-05-20 09:45:36 -04:00
rollup Remove Log4j 1.2 API as a dependency (#42702) 2019-05-30 16:08:07 -04:00
security Don't require TLS for single node clusters (#42830) 2019-06-04 19:48:37 +10:00
sql [DOCS] Remove unneeded options from `[source,sql]` code blocks (#42759) 2019-05-31 13:05:13 -04:00
src/test [ML] Add a limit on line merging in find_file_structure (#42501) 2019-06-03 13:45:51 +01:00
watcher [Backport] Improve build configuration time (#42674) 2019-05-30 10:29:42 -07:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00