You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB security is enabled by default. Securing MongoDB is not required for Sametime but provides the best results.
... because when I access the Mongo shell with mongosh the following information is shown:
The server generated these startup warnings when booting
:
2024-05-23T10:10:14.664+02:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
:
So I can access databases without login!
For a PoC installation this MongoDB documentation is fine, but not for a productive one.
Please add "Enable security in MongoDB" to the documentation as it was in Version 11.6
The sentence "MongoDB security is enabled by default." isn't true, ...
sametime-doc/v1202/admin/t_configure_mongodb.md
Line 5 in dafe7be
... because when I access the Mongo shell with
mongosh
the following information is shown:So I can access databases without login!
For a PoC installation this MongoDB documentation is fine, but not for a productive one.
Please add "Enable security in MongoDB" to the documentation as it was in Version 11.6
and add this additional information link https://www.mongodb.com/docs/upcoming/tutorial/configure-scram-client-authentication/#std-label-create-user-admin
The text was updated successfully, but these errors were encountered: