-
If I do:
```
local pkey = require 'resty.openssl.pkey'
local key, err = pkey.new({
type = "Ed25519",
params = {
public = ngx.decode_base64("JhDWbww+dYIZs3RkR9t829Ltbx6glz8KeviW…
-
**What type of your feature request?**
Open source WAF for Nginx, optional:
- [ ] ModSecurity
- [ ] ngx_http_limit_req_module 限制每秒请求数
- [ ] ngx_http_limit_conn_module 限制IP连接数
- [ ] http_lim…
-
Thank you so much for supporting the nginx 1.27 version.
However, an error occurred during the source build, so we are opening the case.
**Use version** : openresty-1.27.1.1
**OS** : 5.10.186-1…
-
### Current Behavior
# set upstream
```
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
{
"uri": "/*",
"upstream": {
…
-
I have already upgraded the ngx_http_lua_module to version 0.10.27, but I am still encountering the error during startup ;failed to load the 'resty.core' module (https://github.com/openresty/lua-rest…
-
### Current Behavior
I am running Api Six in stand-alone mode and want to use Vault for secret management.
I am using the Docker images, and I keep getting this error. I don't know how to add ce…
-
### Description
I am using apsix, I developed a simple plug-in in the java language, tested well locally, and when it came time to deploy, it did not deploy properly:
Reference:
https://github.com/…
-
**Describe the bug**
Got an error from lua
```
2024/08/19 14:58:25 [error] 36#36: *771 lua entry thread aborted: runtime error: content_by_lua(nginx.conf:24):2: module 'cjson' not found:
…
-
Seems `ngx_http_lua_autoconf.h` is removed from the `lua-nginx-module`: https://github.com/openresty/lua-nginx-module/blob/master/.gitignore#L174. This is possibly the cause.
Command: `brew instal…
-
### Description
I've been having some problems with apisix lately:
1. apisix connection to etcd timeout, resulting in apisix-ingress-controller sync cluster changes to apisix timeout keep retrying, …