- Mastering MongoDB 3.x
- Alex Giamas
- 108字
- 2021-08-20 10:10:47
Best practices for security
Security is always a multi-layered approach and these few recommendations do not form an exhaustive list, rather just the bare basics that need to be done in any MongoDB database:
- HTTP status interface should be disabled.
- REST API should be disabled.
- JSON API should be disabled.
- Connect to MongoDB using SSL.
- Audit system activity.
- Use a dedicated system user to access MongoDB with appropriate system level access
- Disable server-side scripting if not needed. This will affect MapReduce, built-in db.group() commands, and $where operations. If these are not used in your codebase, it is better to disable server-side scripting at startup using the --noscripting parameter.
推薦閱讀
- Big Data Analytics with Hadoop 3
- 樂高機器人:WeDo編程與搭建指南
- Hands-On Machine Learning on Google Cloud Platform
- Julia 1.0 Programming
- 精通Excel VBA
- Zabbix Network Monitoring(Second Edition)
- 讓每張照片都成為佳作的Photoshop后期技法
- 3D Printing for Architects with MakerBot
- CompTIA Linux+ Certification Guide
- 精通數據科學算法
- INSTANT Heat Maps in R:How-to
- Applied Data Visualization with R and ggplot2
- 從零開始學SQL Server
- ESP8266 Robotics Projects
- WOW!Photoshop CS6完全自學寶典