This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 0617f2e66f88ca31424a1c490020b0565db6853e Author: Andrew Sherman <[email protected]> AuthorDate: Fri Jan 27 11:40:14 2023 -0800 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 <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- docs/topics/impala_ssl.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/topics/impala_ssl.xml b/docs/topics/impala_ssl.xml index 0bc611bb6..4e261a8ea 100644 --- a/docs/topics/impala_ssl.xml +++ b/docs/topics/impala_ssl.xml @@ -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>
