apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

Dashboard for Apache APISIX

Results 278 apisix-dashboard issues
Sort by recently updated
recently updated
newest added

### Issue description 在dashboard中添加路由后,前端无报错 但是无法显示。etcd 中添加成功,apisix路由生效 ### Expected behavior dashboard中添加路由 ### How to Reproduce 1. 在dashboard中添加了一条路由 2. 前端无报错 3. 后台etcd中查到新添加路由 4. 新的路由在apisix中是生效的 但是在dashboard中无新路由的显示。 这个问题已经出现挺多次了,重启dashboard可以解决 ### Screenshots _No response_ ### Environment...

bug

### Issue description ```text {"level":"warn","ts":"2022-06-22T07:26:29.150Z","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-24379735-1c3f-4c87-8f75-853e81db5656/apisix-etcd:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: all SubConns are in TransientFailure, latest connection error: connection error: desc =...

Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [ ] New feature provided...

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.6.7 to 1.9.3. Commits 77a57fd Limit the complexity of "like" queries that match on a pattern. 590010f Update match dependency 61273bf Update dependency 78289be Create FUNDING.yml 75046d2...

dependencies
go

### Background Although APISIX Dashboard supports OpenAPI3 specification, it is actually designed to export from APISIX and then import (even it doesn't do well in this area), it has poor...

enhancement
frontend
backend

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 -...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies
javascript

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 -...

# Feature request ## Please describe your feature The Apache APISIX `server-info` plugin alreay update, we need update manager-api too. Ref https://github.com/apache/apisix/pull/6202 ## Describe the solution you'd like We need...

enhancement

### Description Until now, we can only change default username and password, restrict the source IP to access the Apache APISIX Dashboard. Can we support 2FA to make this more...

discuss