Restrict explain
to the master key
#7519
Labels
bounty:$10
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
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
The text was updated successfully, but these errors were encountered: