mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Adding documentation for Cassandra interpreter SSL
Signed-off-by: Alex Lourie <djay.il@gmail.com>
This commit is contained in:
parent
b62e2e01bb
commit
02625c948a
1 changed files with 23 additions and 0 deletions
|
|
@ -788,6 +788,29 @@ Below are the configuration parameters and their default value.
|
|||
</td>
|
||||
<td>DEFAULT</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cassandra.ssl.enabled</td>
|
||||
<td>
|
||||
Enable support for connecting to Cassandra configured with SSL.
|
||||
To connect to Cassandra configured with SSL use <strong>true</string>
|
||||
and provide a truststore file and password with following options.
|
||||
</td>
|
||||
<td>false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cassandra.ssl.truststore.path</td>
|
||||
<td>
|
||||
Filepath for truststore file to use for connection to Cassandra with SSL.
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cassandra.ssl.truststore.password</td>
|
||||
<td>
|
||||
Password for truststore file to use for connection to Cassandra with SSL.
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Change Log
|
||||
|
|
|
|||
Loading…
Reference in a new issue