You have
const string permAllow = "whitelist.allow";
Should be
const string permAllow = "whitelist.allowed";
Reading your code.
Mark
const string permAllow = "whitelist.allow";
Should be
const string permAllow = "whitelist.allowed";
Reading your code.
Mark