Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: returning a validation error in case of wrong configuration.
As of now, while using deck to create a route-scoped plugin with a `service` field defined, the sync goes through the first time but errors out subsequently. Under a route, we do not want the user to add the `service` field for a plugin. Thus, we are checking for this specific scenario and erroring out, instead of letting the sync action go through. For: Kong/deck#1353
- Loading branch information