File tree Expand file tree Collapse file tree 1 file changed +36
-32
lines changed
source/client-side-encryption Expand file tree Collapse file tree 1 file changed +36
-32
lines changed Original file line number Diff line number Diff 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
901901listed 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
936940All AUTOENCRYPT commands are sent to mongocryptd, even if there is no
937941JSONSchema. This is to ensure that commands that reference other
You can’t perform that action at this time.
0 commit comments