Jaycean opened a new pull request #1102:
URL: https://github.com/apache/apisix-dashboard/pull/1102


   Signed-off-by: Jacean <jinchen_jac...@163.com>
   
   Import & Export route from OpenAPI Specification3.0
   
   - Why submit this pull request?
   - [ ] Bugfix
   - [x] New feature provided
   - [ ] Improve performance
   
   - Related issues
   issue: #825 
   ___
   ### New feature or improvement
   
   speed of progress:
   
   It has implemented the basic information and authentication plugins of 
OpenAPI configuration file: basic-auth, JWT-auth, key-auth; parameter 
authentication plugin, request-validation and request header parameter parsing.
   
   Remaining problems:
   
   When writing etcd for parameter verification, the system will report the 
following error because there are no upstream and service related parameters in 
OpenAPI.
   ```
   scheme validate fail: (root): Must validate at least one schema (anyOf)
   (root): plugins is required
   ```
   
   It is difficult to write to etcd in batch because it is necessary to verify 
the properties of upstream and service when writing data to etcd, and there is 
no relevant interface in the underlying layer.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to