sasl_encrypt
Default Value | Data Type | Required |
---|---|---|
|
String |
No |
Description
This property specifies whether the connector enforces encryption when connecting to Drill using the Simple Authentication and Security Layer (SASL) protocol. To use this option the AuthMech must be set to Kerberos
.
true
: The connector only connects to Drillbit with SASL encryption support. Recommended for applications that require strong security.false
: The connector negotiates SASL encryption based only on the server-side response and will not enforce its own check. This means that the connection may not be encrypted depending on the data source server settings.