Browse Source

Update mongo-encryption.adoc

Closes: #4947

Signed-off-by: Jeff Yemin <jeff.yemin@mongodb.com>
pull/4955/head
Jeff Yemin 8 months ago committed by Christoph Strobl
parent
commit
d2b7b80dd7
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

2
src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

@ -254,7 +254,7 @@ Explicit encryption uses the MongoDB driver's encryption library (`org.mongodb:m @@ -254,7 +254,7 @@ Explicit encryption uses the MongoDB driver's encryption library (`org.mongodb:m
[NOTE]
====
There is no official support for using Explicit Queryable Encryption.
The audacious user may combine `@Encyrpted` and `@Queryable` with `@ValueConverter(MongoEncryptionConverter.class)` at their own risk.
The audacious user may combine `@Encrypted` and `@Queryable` with `@ValueConverter(MongoEncryptionConverter.class)` at their own risk.
====
[[mongo.encryption.explicit-setup]]

Loading…
Cancel
Save