安装apisix-dashboard docker pull apache/apisix-dashboard 新建配置文件“E:\Soft\conf\apisix-dashboard\conf.yaml”,注意修改IP为“172.18.5.10” conf: listen: host: 0.0.0.0 # the address on which the `Manager API` should li
PUT/apisix/admin/routes/HTTP/1.1Host:ip:9000Upgrade-Insecure-Requests:1User-Agent:Mozilla/5.0(Macintosh;Intel MacOSX10_15_7)AppleWebKit/537.36(KHTML,like Gecko)Chrome/96.0.4664.110Safari/537.36Edg/96.0.1054.62Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q...
apche:APISIX Dashboard <2.10.1 环境搭建: git clone https://github.com/apache/apisix-docker 修改docker-compose.yml docker-compose up -d 启动环境 poc: 访问下面两个路径返回状态为200存在漏洞 /apisix/admin/migrate/export /apisix/admin/migrate/import 未授权到rce执行: 一、利用filter_func函数: 触发...
git clone https://github.com/apache/apisix-dockercdapisix-docker/example/ 然后注意需要修改docker-compose.yml两处地方: apache/apisix-dashboard:2.7apache/apisix:2.6-alpine 这里踩坑:之前只改了dashborad存在漏洞的版本号,后面发现每次进dashborad都会报错Request Error Code: 2000001 The manager-api and apach...
This branch is 49 commits behind apache/apisix-docker:master.Folders and files Latest commit Cannot retrieve latest commit at this time. History235 Commits .github/workflows feat: bump dashboard to 3.0.1 (apache#455) Apr 12, 2023 all-in-one chore: update request scheme from http to https ...
无论是 Apache APISIX 还是 Apache APISIX Dashboard,我们都做了很多定制化开发。这导致升级最新版 Dashboard 较为困难。不过,我们定制开发所选择的 Dashboard 版本基本功能都已具备,满足日常用途倒也足够了。 针对Apache APISIX 的定制开发,则可以很轻松地升级,目前已经完成了若干个小版本的升级。
Dashboard 清晰易用 当然,作为一个开源项目,Apache APISIX 有着非常高的社区活跃度,也符合我们追求云原生的趋势,综合考虑我们的应用场景和 Apache APISIX 的产品优势,最终将项目环境中所有路由都替换为 Apache APISIX。 应用Apache APISIX 后的变化 整体架构 我们目前的产品架构与在 K8s 中使用 Apache APISIX 大体类似...
下载启动完成,访问http://CenOS机器IP地址:9000/ 即APISIX Dashboard 界面 账号密码查看apisix-docker-master/example/dashboard_conf/conf.yaml 默认admin/admin 前期准备工作完成! 二、Spring Cloud Gateway 网关运行测试 启动demo-gateway、demo-api服务,默认9001再启动个9002 服务做负载。
gitclone https://github.com/apache/apisix-docker.git 切换到example目录 cd apisix-docker/example 修改apisix-dashboard版本 修改为image: apache/apisix-dashboard:2.9.0 vimdocker-compose.yml 启动环境 docker-compose -p docker-apisix up -d 0x05 ...
Actions: apache/apisix-docker Actions All workflows .github/workflows/stale.yml apisix dashboard all in one docker Build and Push apisix-dev to Docker DockerHub CI for docker image built from local source code Docker compose CI for example Docker compose CI for example with standalone...