Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-7488

Incorrect example log line in keyfile section of Encryption-at-Rest

    XMLWordPrintableJSON

Details

    Description

      The Local Key Management section of the Encryption at Rest documentation page includes the following log line example for verifying that the server is using the encryption key file:

      [initandlisten] Encryption key manager initialized using master key with id:
      

      Note the part saying using master key with id:.

      The actual log message emitted by the mongod server (as of 3.2.4) is:

      [initandlisten] Encryption key manager initialized with key file: /path/to/your/keyfile
      

      where /path/to/your/keyfile in the message is the actual fully qualified path to the encryption key file.

      Attachments

        Activity

          People

            steve.renaker@mongodb.com Steve Renaker (Inactive)
            voss.lytle@mongodb.com Voss Lytle (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 46 weeks ago