-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Security
-
None
-
Fully Compatible
-
Query 2018-08-27, Query 2018-09-10
The privileges required to perform a $out should depend on the mode:
- "replaceCollection" requires the "remove" and "insert" actions on the output namespace.
- "replacedocuments" requires the "update" and "insert" actions.
- "insertDocuments" requires only the "insert" action.
- depends on
-
SERVER-36286 Rename options for new $out
- Closed