New Feature / Enhancement Checklist
Current Limitation
Currently, any user is able to run a query with the explain parameter and obtain the raw result returned by MongoDB. This discloses too much information to the clients, nor is it of great utility to them.
Feature / Enhancement Description
The use of the explain parameter should be restricted to the master key. We can use the deprecator to shift to the new behavior gradually.
Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
New Feature / Enhancement Checklist
Current Limitation
Currently, any user is able to run a query with the
explainparameter and obtain the raw result returned by MongoDB. This discloses too much information to the clients, nor is it of great utility to them.Feature / Enhancement Description
The use of the
explainparameter should be restricted to the master key. We can use the deprecator to shift to the new behavior gradually.Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a