Skip to content

Commit 90b17c6

Browse files
committed
docs: remove client column encryption from docs
for now we aren't gonna support this feature in scylla fork
1 parent ccf6347 commit 90b17c6

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/installation.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,6 @@ support this::
6565

6666
pip install scales
6767

68-
*Optional:* Column-Level Encryption (CLE) Support
69-
--------------------------------------------------
70-
The driver has built-in support for client-side encryption and
71-
decryption of data. For more, see :doc:`column_encryption`.
72-
73-
CLE depends on the Python `cryptography <https://cryptography.io/en/latest/>`_ module.
74-
When installing Python driver 3.27.0. the `cryptography` module is
75-
also downloaded and installed.
76-
If you are using Python driver 3.28.0 or later and want to use CLE, you must
77-
install the `cryptography <https://cryptography.io/en/latest/>`_ module.
78-
79-
You can install this module along with the driver by specifying the `cle` extra::
80-
81-
pip install cassandra-driver[cle]
82-
83-
Alternatively, you can also install the module directly via `pip`::
84-
85-
pip install cryptography
86-
87-
Any version of cryptography >= 35.0 will work for the CLE feature. You can find additional
88-
details at `PYTHON-1351 <https://datastax-oss.atlassian.net/browse/PYTHON-1351>`_
8968

9069
Speeding Up Installation
9170
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)