Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.7.0, Impala 2.8.0, Impala 2.9.0, Impala 2.10.0
-
None
-
ghx-label-8
Description
It would be good for users to be able, via the command line, to specify acceptable TLS protocols.
Users will typically want to specify a minimum protocol version (i.e. TLS1.0, 1.1 or 1.2), rather than a specific protocol version. Kudu has --rpc_tls_minimum_version, and we can follow their lead.