Uploaded image for project: 'Percona Server for MongoDB'
  1. Percona Server for MongoDB
  2. PSMDB-239

it's possible to enable wiredTiger encryption with inMemory SE

Details

    • Bug
    • Status: Done
    • Medium
    • Resolution: Fixed
    • None
    • 4.0.4-1, 3.6.10-3.0
    • None
    • None

    Description

      As the summary says this is possible, but the usecase is not clear or would be even silly so it should be most probably disabled.

      Here's how it looks:

      plavi@bender  ~/lab/psmdb/bin/percona-server-mongodb-3.6.8-2.0/nodes/db  ls -alh
      total 24K
      drwxrwxr-x 4 plavi plavi 4,0K lis   5 12:10 .
      drwxrwxr-x 3 plavi plavi 4,0K lis   5 12:16 ..
      drwx------ 2 plavi plavi 4,0K lis   5 12:17 diagnostic.data
      drwx------ 2 plavi plavi 4,0K lis   5 12:10 keydb
      -rw------- 1 plavi plavi    6 lis   5 12:10 mongod.lock
      -rw------- 1 plavi plavi   93 lis   5 12:10 storage.bson
      
      plavi@bender  ~/lab/psmdb/bin/percona-server-mongodb-3.6.8-2.0/nodes/db/keydb  ls -alh
      total 16M
      drwx------ 2 plavi plavi 4,0K lis   5 12:10 .
      drwxrwxr-x 4 plavi plavi 4,0K lis   5 12:10 ..
      -rw------- 1 plavi plavi 4,0K lis   5 12:10 key.wt
      -rw------- 1 plavi plavi 4,0K lis   5 12:10 parameters.wt
      -rw------- 1 plavi plavi   46 lis   5 12:10 WiredTiger
      -rw------- 1 plavi plavi 4,0K lis   5 12:10 WiredTigerLAS.wt
      -rw------- 1 plavi plavi   21 lis   5 12:10 WiredTiger.lock
      -rw------- 1 plavi plavi 5,0M lis   5 12:14 WiredTigerLog.0000000001
      -rw------- 1 plavi plavi 5,0M lis   5 12:10 WiredTigerPreplog.0000000001
      -rw------- 1 plavi plavi 5,0M lis   5 12:10 WiredTigerPreplog.0000000002
      -rw------- 1 plavi plavi  890 lis   5 12:10 WiredTiger.turtle
      -rw------- 1 plavi plavi 4,0K lis   5 12:10 WiredTiger.wt
      
      rs1:PRIMARY> show dbs;
      admin      0.000GB
      config     (empty)
      local      0.121GB
      ycsb_test  0.109GB
      
      rs1:PRIMARY> db.serverStatus().storageEngine
      {
              "name" : "inMemory",
              "supportsCommittedReads" : true,
              "readOnly" : false,
              "persistent" : false
      }
      
      rs1:PRIMARY> db.serverCmdLineOpts().parsed
      {
              "net" : {
                      "port" : 27017
              },
              "processManagement" : {
                      "fork" : true
              },
              "replication" : {
                      "replSet" : "rs1"
              },
              "security" : {
                      "enableEncryption" : true,
                      "encryptionKeyFile" : "/home/plavi/lab/psmdb/bin/percona-server-mongodb-3.6.8-2.0/mongodb-keyfile"
              },
              "storage" : {
                      "dbPath" : "/home/plavi/lab/psmdb/bin/percona-server-mongodb-3.6.8-2.0/nodes/db",
                      "engine" : "inMemory"
              },
              "systemLog" : {
                      "destination" : "file",
                      "path" : "/home/plavi/lab/psmdb/bin/percona-server-mongodb-3.6.8-2.0/nodes/mongod.log"
              }
      }
      

      Attachments

        Issue Links

          Activity

            People

              igor.solodovnikov Igor Solodovnikov
              tomislav.plavcic@percona.com Tomislav Plavcic
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 3 hours, 5 minutes
                  3h 5m

                  Smart Checklist