Skip to content

Commit aeb52a4

Browse files
authored
FLE bypass session management commands (#667)
1 parent 2a594d5 commit aeb52a4

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -900,38 +900,42 @@ libmongocrypt determines whether or not the command requires encryption
900900
(i.e. is sent to mongocryptd) based on the table below. Commands not
901901
listed in this table will result in an error returned by libmongocrypt.
902902
903-
====================== ===========
904-
**Command** **Action**
905-
aggregate (collection) AUTOENCRYPT
906-
count AUTOENCRYPT
907-
distinct AUTOENCRYPT
908-
delete AUTOENCRYPT
909-
find AUTOENCRYPT
910-
findAndModify AUTOENCRYPT
911-
getMore BYPASS
912-
insert AUTOENCRYPT
913-
update AUTOENCRYPT
914-
authenticate BYPASS
915-
getnonce BYPASS
916-
logout BYPASS
917-
isMaster BYPASS
918-
abortTransaction BYPASS
919-
commitTransaction BYPASS
920-
endSessions BYPASS
921-
startSession BYPASS
922-
create BYPASS
923-
createIndexes BYPASS
924-
drop BYPASS
925-
dropDatabase BYPASS
926-
dropIndexes BYPASS
927-
killCursors BYPASS
928-
listCollections BYPASS
929-
listDatabases BYPASS
930-
listIndexes BYPASS
931-
renameCollection BYPASS
932-
explain AUTOENCRYPT
933-
ping BYPASS
934-
====================== ===========
903+
======================== ===========
904+
**Command** **Action**
905+
aggregate (collection) AUTOENCRYPT
906+
count AUTOENCRYPT
907+
distinct AUTOENCRYPT
908+
delete AUTOENCRYPT
909+
find AUTOENCRYPT
910+
findAndModify AUTOENCRYPT
911+
getMore BYPASS
912+
insert AUTOENCRYPT
913+
update AUTOENCRYPT
914+
authenticate BYPASS
915+
getnonce BYPASS
916+
logout BYPASS
917+
isMaster BYPASS
918+
abortTransaction BYPASS
919+
commitTransaction BYPASS
920+
endSessions BYPASS
921+
startSession BYPASS
922+
create BYPASS
923+
createIndexes BYPASS
924+
drop BYPASS
925+
dropDatabase BYPASS
926+
dropIndexes BYPASS
927+
killCursors BYPASS
928+
listCollections BYPASS
929+
listDatabases BYPASS
930+
listIndexes BYPASS
931+
renameCollection BYPASS
932+
explain AUTOENCRYPT
933+
ping BYPASS
934+
killAllSessions BYPASS
935+
killSessions BYPASS
936+
killAllSessionsByPattern BYPASS
937+
refreshSessions BYPASS
938+
======================== ===========
935939
936940
All AUTOENCRYPT commands are sent to mongocryptd, even if there is no
937941
JSONSchema. This is to ensure that commands that reference other

0 commit comments

Comments
 (0)