IMPALA-11862: [DOCS] Document the default value of --ssl_cipher_list.

Since IMPALA-11240 the default value of ssl_cipher_list is not empty.
Update the docs to cover this change.

TESTING:
- Built docs locally.

Change-Id: I000fbb5bd37f52b85afe3855852875360b55ccfa
Reviewed-on: http://gerrit.cloudera.org:8080/19447
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Andrew Sherman
2023-01-27 11:40:14 -08:00
committed by Impala Public Jenkins
parent b404529782
commit 0617f2e66f

View File

@@ -199,9 +199,13 @@ under the License.
</codeblock>
<p>
By default, the cipher list is empty, and Impala uses the default cipher list for the
underlying platform. See the output of <cmdname>man ciphers</cmdname> for the full set
See the output of <cmdname>man ciphers</cmdname> for the full set
of keywords and notation allowed in the argument string.
Since <keyword keyref="impala42"/> the default value of <codeph>--ssl_cipher_list</codeph>
is a set of ciphers based on Mozilla's intermediate compatibility recommendations
from https://wiki.mozilla.org/Security/Server_Side_TLS.
Prior to <keyword keyref="impala42"/> the default was unset, and Impala used the default
cipher list for the underlying platform.
</p>
</conbody>