We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ff6e8b + 39280ab commit fde0642Copy full SHA for fde0642
deployment/roles/mongo/templates/mongod.conf.j2
@@ -38,6 +38,10 @@ net:
38
pathPrefix: {{ mongo_tmp_path }}
39
filePermissions: 0700
40
41
+ # Mitigate CVE-2025-14847 ("MongoBleed") by disabling zlib compressor
42
+ compression:
43
+ compressors: snappy,zstd
44
+
45
# operationProfiling:
46
replication:
47
replSetName: shard{{ mongo_shard_id | default(0) }} # name of the replica set
0 commit comments