You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: 400: {"jsonschemaErrs":["afterPipeline: Must validate one and only one schema (oneOf)","afterPipeline.filters: Invalid type. Expected: array, given: null"]}
Expected behavior
GlobalFilter jsonschema validator should return 200 ok when afterPipeline not configured
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating GlobalFilter object in Easegress using egctl,the response always return 400 code
To Reproduce
Using following yaml config, the DummyFilter can be replaced by any reasonable filters
The response returned is
Expected behavior
GlobalFilter jsonschema validator should return 200 ok when afterPipeline not configured
The text was updated successfully, but these errors were encountered: