Skip to content

Commit 91dc934

Browse files
DOCSP-16557-Add csfle guide
1 parent 885df64 commit 91dc934

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

source/fundamentals.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ Fundamentals
2222
/fundamentals/logging
2323
/fundamentals/monitoring
2424
/fundamentals/gridfs
25-
26-
..
27-
/fundamentals/csfle
25+
/fundamentals/csfle

source/fundamentals/csfle.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Client-Side Field Level Encryption
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
Overview
14+
--------
15+
716
Client-Side Field Level Encryption (CSFLE) allows you to encrypt
817
specific data fields within a document with your MongoDB client application before sending the data to the server.
918
Starting in MongoDB 4.2 Enterprise, you can perform this client-side encryption automatically.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. code-block:: groovy
22
33
dependencies {
4-
compile 'org.mongodb:mongodb-crypt:1.1.0'
4+
compile 'org.mongodb:mongodb-crypt:1.2.0'
55
}
66

source/includes/fundamentals/code-snippets/libmongocrypt-maven-versioned.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dependency>
55
<groupId>org.mongodb</groupId>
66
<artifactId>mongodb-crypt</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</dependency>
99
</dependencies>
1010

0 commit comments

Comments
 (0)