Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
When we pass a wrong option in Parse config it doesn't make a warning,
Feature / Enhancement Description
There should be a validation or list of giving options to prevent such mistakes with a warning.
Example Use Case
for instance in the Parse config I had a typo like:
masterKeyIPs
which was the correct form was masterKeyIps
and it took time to find out why I got error.