Open zbro-wtit422 opened 3 years ago
Ignore my comment about the schema validation. I have a json syntax error. I did not add a comma after wildcardOrder. After updating it, I now see the json body itself is highlighted red.
@zbro-wtit422, As per the reference document enabled field should be of type 'boolean' but in your case it is taken as string that's why you are getting json body highlighted as red.
Ref Doc.
WAFFLER-UI
When adding a URL to the policy, I don't seem to see the option to add a signature override outside of manually editing the json. Common task is to conditionally disable or enable signatures on specific URLs. Only option I see is to disable all signatures.
If I manually add signatureOverride to URL then it shows up red. I'm guessing that indicates a schema error but I'm not sure.