Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
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.