RedemptionC opened a new pull request #2065: URL: https://github.com/apache/apisix-dashboard/pull/2065
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches **What changes will this PR take into?** * add a new API to verify that items in cache are the same as those in ETCD * add a new cobra command to do the same stuff,by calling this API * I also changed authentication.go to temporarily bypass the token verification(to use this API without login) this is first vesion of this tool,so it doesn't include any test or doc,I need to request some advice on implementation to find the correct way to implement it and I will add test and doc(if necessary) soon **Related issues** fix #2063 **Checklist:** - [x] Did you explain what problem does this PR solve? Or what new features have been added? - [ ] Have you added corresponding test cases? - [ ] Have you modified the corresponding document? - [ ] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
