apisix-docker
apisix-docker copied to clipboard
the docker for Apache APISIX
Hey there, In advance, thanks for your time and help. # Context I was trying to make Apisix run in a OpenShift cluster but without having root running the container....
容器日志如下: `/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init WARNING: using fixed Admin API token has security risk. Please modify "admin_key" in conf/config.yaml . /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd nginx: [alert] could not open error log file:...
As title says. This PR aimed to solve #329 . The source of this problem is from the APISIX Dashboard project. This is because it has updated the CSP (content...
bug:
### Current Behavior 使用docker部署apisix时,apisix一直无法启动,一直报这个错误,example文件夹已经执行了chmod -R 777 /opt/apisix-docker/example/ ### Expected Behavior _No response_ ### Error Logs nginx: [alert] could not open error log file: open() "/usr/local/apisix/logs/error.log" failed (13: Permission denied) ###...
i fetch data from api but get error code 404 but sometimes 200   any suggestions to solve the problem?
Alpine Linux is affected by a serious security CVE-2022-28391 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391 The AlpineLinux Release Note https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html We should update the currently used Alpine Linux image version.
### Issue description When I enable the client-control plugin, I encounter an error: "need to build APIs IX openrest to support client restriction" Therefore, can the official docker image be...
We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building...
``` + git clone -b master https://github.com/apache/apisix.git /tmp/apisix Cloning into '/tmp/apisix'... + cd /tmp/apisix + git submodule init + git submodule update + cd dashboard /bin/sh: cd: line 1: can't...