Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 028D3200D41 for ; Wed, 8 Nov 2017 00:38:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 011D0160C00; Tue, 7 Nov 2017 23:38:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4D335160BED for ; Wed, 8 Nov 2017 00:38:05 +0100 (CET) Received: (qmail 95787 invoked by uid 500); 7 Nov 2017 23:38:04 -0000 Mailing-List: contact commits-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list commits@impala.incubator.apache.org Received: (qmail 95773 invoked by uid 99); 7 Nov 2017 23:38:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 23:38:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 97654CDC6A for ; Tue, 7 Nov 2017 23:38:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 369zgLbXMYKB for ; Tue, 7 Nov 2017 23:38:01 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 055886396B for ; Tue, 7 Nov 2017 22:57:05 +0000 (UTC) Received: (qmail 34065 invoked by uid 99); 7 Nov 2017 22:57:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 22:57:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 841D6DF9FD; Tue, 7 Nov 2017 22:57:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jrussell@apache.org To: commits@impala.incubator.apache.org Date: Tue, 07 Nov 2017 22:57:04 -0000 Message-Id: <3843b91f42dc43778010948afd6453e5@git.apache.org> In-Reply-To: <633d83c947b64a3ca54c3e1bb85f3eda@git.apache.org> References: <633d83c947b64a3ca54c3e1bb85f3eda@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-impala git commit: IMPALA-5473: [DOCS] Document TLS min version & cipher options archived-at: Tue, 07 Nov 2017 23:38:06 -0000 IMPALA-5473: [DOCS] Document TLS min version & cipher options Under the doc JIRA IMPALA-6065. Change-Id: Ia1705262f8c01e38c616541d1c48f5d0cad5498e Reviewed-on: http://gerrit.cloudera.org:8080/8401 Reviewed-by: Michael Brown Reviewed-by: Sailesh Mukil Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/40ec6d00 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/40ec6d00 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/40ec6d00 Branch: refs/heads/master Commit: 40ec6d0080638efaf3260672ab54ea4674896c5e Parents: bf9c2f5 Author: John Russell Authored: Thu Oct 26 13:53:46 2017 -0700 Committer: Impala Public Jenkins Committed: Tue Nov 7 22:29:30 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_ssl.xml | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/40ec6d00/docs/topics/impala_ssl.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_ssl.xml b/docs/topics/impala_ssl.xml index 726e040..9feb758 100644 --- a/docs/topics/impala_ssl.xml +++ b/docs/topics/impala_ssl.xml @@ -132,4 +132,75 @@ under the License. + + + Specifying TLS/SSL Minimum Allowed Version and Ciphers + + + +

+ Depending on your cluster configuration and the security practices in your + organization, you might need to restrict the allowed versions of TLS/SSL + used by Impala. Older TLS/SSL versions might have vulnerabilities or lack + certain features. In , you can use startup + options for the impalad, catalogd, + and statestored daemons to specify a minimum allowed + version of TLS/SSL. +

+ +

+ Specify one of the following values for the --ssl_minimum_version + configuration setting: +

+ +
    +
  • +

    + tlsv1: Allow any TLS version of 1.0 or higher. + This setting is the default when TLS/SSL is enabled. +

    +
  • +
  • +

    + tlsv1.1: Allow any TLS version of 1.1 or higher. +

    +
  • +
  • +

    + tlsv1.2: Allow any TLS version of 1.2 or higher. +

    +
  • +
+ +

+ As of , TLSv1.2 may not work for Impala on RHEL 6 + or CentOS 6, even if OpenSSL 1.0.1 is available. The daemons fail to start, with a + socket error stating the TLS version is not supported. The underlying cause is related to + Red Hat issue 1497859. + The issue applies if you build on a RHEL 6 or CentOS 6 system with OpenSSL 1.0.0, and + run on a RHEL 6 or CentOS 6 system with OpenSSL 1.0.1. +

+
+ +

+ Along with specifying the version, you can also specify the allowed set of TLS ciphers + by using the --ssl_cipher_list configuration setting. The argument to + this option is a list of keywords, separated by colons, commas, or spaces, and + optionally including other notation. For example: +

+ + +--ssl_cipher_list="RC4-SHA,RC4-MD5" + + +

+ By default, the cipher list is empty, and Impala uses the default cipher list for + the underlying platform. See the output of man ciphers for the full + set of keywords and notation allowed in the argument string. +

+ +
+ +
+