SwisscomのDockerベースのMongoDBサービスを使用しています。
Swisscomは、security.javascriptEnabled でmongodを開始しました。
Swisscomは、セキュリティのためにそのフラグを有効にしました。これは、MongoDBを強化するためのベストプラクティスです。スイスコムは、それに関する技術的な議論や議論を受け入れています。スイスコムは重要な事実を見逃しているのではないでしょうか?
security:
authorization: enabled
javascriptEnabled: false
Swisscomは、他のMongoDBサービスを提供しています(Dockerコンテナーではなく、レプリケーションを備えた3つの専用VM)。この制限はありません。
$ cf m -s mongodbent
Getting service plan information for service mongodbent as admin...
OK
service plan description free or paid
small3rs Replica Set with 3 data bearing nodes with 32 GB memory, 320 GB storage, unlimited concurrent connections paid
medium3rs Replica Set with 3 data bearing nodes with 48 GB memory, 480 GB storage, unlimited concurrent connections paid
large3rs Replica Set with 3 data bearing nodes with 64 GB memory, 640 GB storage, unlimited concurrent connections paid
このプランでは、エンタープライズバージョンのMongoDBを受け取り、 OpsManager にアクセスできます。 。 Ops Managerでは、MongoDBメトリックを含む優れたHTML5グラフが表示されます。 db.runCommand({serverStatus:1})> 歴史とともに。