Skip to content

Commit f656dfa

Browse files
author
Marcelo Vanzin
committed
Update configuration.md.
1 parent 8db3b07 commit f656dfa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/configuration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,22 @@ Apart from these, the following properties are also available, and may be useful
13031303
not running on YARN and authentication is enabled.
13041304
</td>
13051305
</tr>
1306+
<tr>
1307+
<td><code>spark.authenticate.enableSaslEncryption</code></td>
1308+
<td>false</td>
1309+
<td>
1310+
Enable encrypted communication when authentication is enabled. This option is currently
1311+
only supported by the block transfer service.
1312+
</td>
1313+
</tr>
1314+
<tr>
1315+
<td><code>spark.network.sasl.serverAlwaysEncrypt</code></td>
1316+
<td>false</td>
1317+
<td>
1318+
Disable unencrypted connections for services that support SASL authentication. This is
1319+
currently supported by the external shuffle service.
1320+
</td>
1321+
</tr>
13061322
<tr>
13071323
<td><code>spark.core.connection.ack.wait.timeout</code></td>
13081324
<td>60s</td>

0 commit comments

Comments
 (0)