Menu

📰
0

Does MongoDB 8.0 Community Edition support Queryable Encryption with Automatic Encryption?

Reddit r/mongodb·u/Sad-Appointment-4018·about 1 month ago
#CpzARykq
Reading 0:00
15s threshold

We are implementing Queryable Encryption with automatic encryption using MongoDB Java Driver 5.6.0, mongodb-crypt 5.6.0, and crypt_shared library on MongoDB 8.0.15 Community Edition (replica set).

It is working technically on Community Edition. However, the official docs state "Automatic encryption requires MongoDB Enterprise or MongoDB Atlas."

Meanwhile, recent MongoDB blog posts state "Queryable Encryption is available at no additional cost in MongoDB Atlas, Enterprise Advanced, and Community Edition."

Could you please clarify:

  1. Is automatic QE officially supported on MongoDB 8.0 Community Edition?
  2. Is there a licensing restriction for using crypt_shared with Community?
  3. Are the blog posts referring to explicit encryption only, or automatic as well?
Read More