apisix-dashboard
apisix-dashboard copied to clipboard
Dashboard for Apache APISIX
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [x] Bugfix - [ ] New feature provided -...
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [x] Bugfix - [ ] New feature provided -...
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 -...
### Issue description etcd auth enable. The etcd watch error will appear in the log one or two days after startup. log output continues until the disk is full. ###...
### Description 1.Export route:  2. Export routes and re-import them   3.The result of the imported route  4. desired result  5. reason There are 100 routes...
### Issue description In the apisix-dashboard, all page data queries are successful, but all write operations time out. The deployment is done using Docker. The apisix version is 3.7, and...
### Description  ### Environment APISIX v3.6
### Issue description We configure the routes in our development environment's apisix dashboard, just like a baseline, then export it, and import it on the client's server. ### Expected behavior...
### Issue description My APISIX Dashboard is behind a load balancer VIP and the VIP automatically add the below header in the server response X-Content-Type-Options: nosniff Because of this, the...
### Issue description 给consumer 配置一个自己开发的插件时,在 “Plugin Editor” 界面,无法进行下一步, 相关的 schema 检查也不生效 ### Expected behavior 应该像 其他内置auth 插件一样可以顺利添加 ### How to Reproduce 1. 拷贝 jwt-auth 插件 为 jwt-auth2 ,并修改代码内的 plugin_name ,...