-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Build
-
ALL
-
The provided Docker Image for the enterprise edition of mongodb does not work when authentication is enabled and the InMemory storage engine is used.
If authentication is used, then the entry point script starts a mongodb without authentication first and adds the specified admin user. Then the server is restarted with authentication enabled. The Problem is, that during the initial run of the serivce, the storage engine is not specified and therefore wiredTiger is used. This leads to an error message upon restart.