Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeature: allow empty `service` object, it does not contain any `upstream` and `plugin` #2202
Labels
Comments
|
Assigned to me. |
Firstsawyou
added a commit
to Firstsawyou/apisix
that referenced
this issue
Sep 10, 2020
…eam` and `plugin` apache#2202
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Sometimes users create an empty service (managed through API).
When needed later, add specific attributes, such as plug-ins, upstream, etc.
just remove this limitation and add test case to check it.
https://github.com/apache/apisix/blob/master/apisix/schema_def.lua#L476-L481