aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index b22587c703..284f97ad09 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1286,6 +1286,22 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.authenticate.enableSaslEncryption</code></td>
+ <td>false</td>
+ <td>
+ Enable encrypted communication when authentication is enabled. This option is currently
+ only supported by the block transfer service.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.network.sasl.serverAlwaysEncrypt</code></td>
+ <td>false</td>
+ <td>
+ Disable unencrypted connections for services that support SASL authentication. This is
+ currently supported by the external shuffle service.
+ </td>
+</tr>
+<tr>
<td><code>spark.core.connection.ack.wait.timeout</code></td>
<td>60s</td>
<td>