- 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.
推薦閱讀
- Oracle SOA Governance 11g Implementation
- 大數據管理系統
- 輕松學Java Web開發
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 計算機網絡技術基礎
- Pig Design Patterns
- 基于單片機的嵌入式工程開發詳解
- OpenStack Cloud Computing Cookbook
- 單片機技能與實訓
- R Data Analysis Projects
- 過程控制系統
- Visual Studio 2010 (C#) Windows數據庫項目開發
- 青少年VEX IQ機器人實訓課程(初級)
- PowerMill 2020五軸數控加工編程應用實例
- Drupal高手建站技術手冊