The Apache APISIX Dashboard is designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface. The Dashboard is the control plane and performs all parameter checks; Apache APISIX mixes data and control planes and will evolve to a pure data plane. Note...
apache/apisix-dashboard Star1.1k Code Issues Pull requests Dashboard for Apache APISIX apidevopsdashboardapi-managementapisix UpdatedApr 29, 2025 Go apache/apisix-ingress-controller Star1.1k Code Issues Pull requests APISIX Ingress Controller for Kubernetes ...
注意,上面的 password 要自定义,不要设置的太简单,尤其时你部署后是在公网上,太简单容易被破解,遭到攻击。 启动dashboard docker run -d -p 9000:9000 -v /usr/local/apisix-dashboard/conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml apache/apisix-dashboard:2.9.0 docker ps -a查看 然后浏...
apisix 在开发完自定义插件并配置到apisix的配置文件中后,使用apisix 的管理api 是可以让插件生效的。但是在dashboard中是看不到该插件的,也就无法在界面中启用或者停用插件。 如果想要在dashboard 中启用插件需要手动更新配置文件。在dashboard的github中有提。https://github.com/apache/apisix-dashboard/blob/master...
APISIX Dashboard中文文档(一) APISIX Dashboard中文文档(二) APISIX Dashboard中文文档(三)开发指南Dashboard 包含 manager-api 和web 部分,因此您需要单独启动开发环境。先决条件在开发之前,请参考本指南 安装依赖项。Clone the project$ git clone -b release/2.13 https://github.com/apache/apisix-dashboard....
近日,网络上出现 Apache APISIX Dashboard 身份验证绕过漏洞,攻击者可通过该漏洞绕过身份验证过程并通过某些 API 端点未经授权访问应用程序。 项目介绍 Apache APISIX 是一个动态、实时、高性能的开源 API 网关,提供负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。Apache APISIX 可以...
https://github.com/apache/apisix-docker 修改docker-compose.yml为2.7即可 默认账号密码为admin:admin 1、首先添加一个上游 2、添加一个路由 然后在上游服务选择,我们新建的上游 二、漏洞复现 获取/apisix/admin/migrate/export 构造一个Payload 代码语言:javascript ...
feat: add a tool to check the version of APISIX Dashboard for release (#1418) 4年前 web docs: release 2.7.1 (#2056) 4年前 .asf.yaml release: release 2.0-rc version. (#598) 4年前 .dockerignore release: release 2.0-rc version. (#598) ...
受漏洞影响版本:Apache APISIX Dashboard v2.7 - v2.10(< v2.10.1) 漏洞评估:高危 二、漏洞原理分析 这个漏洞属于非常典型的未授权访问漏洞,攻击者在不需要登录APISIX Dashboard的情况下即可访问某些API接口。其中受影响的接口(已模糊处理)主要有: /apisix/***/***/import /apisix/***/***/export 根据APISI...
$ gitclonehttps://github.com/apache/apisix-dashboard.git $cdapisix-dashboard 生成manager-api manager-api用于为仪表盘提供接口,就像 Apache APISIX 和仪表盘之间的桥梁。下面是手动构建步骤: 需要预先安装MySQL/Golang。 # 例如:初始化时,推荐使用更加安全的密码,而不是 123456$ mysql –uroot –p123456 >...