-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
3.7.8
### Current Behavior
When attempting to update the certificate for the…
-
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…
-
**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:
…
-
## Description
Currently, ingress-nginx does not return the response body from the auth service when a 401, 403 or other error occurs. This feature request suggests adding a flag to enable this fun…
-
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…
-
We've been attempting to upgrade some legacy code to a newer version of openresty and hit a road block getting to anything greater then 1.19
We've found an issue that exists in any version greater …
-
### 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, …
-
### Environment
Include the result of the following commands:
- `nginx -V`
`nginx -V
nginx version: openresty/1.13.6.2
built by gcc 11.2.0 (GCC)
built with OpenSSL 3.0.3 3 May 2022
TLS SNI support…
-
openresty/1.25.3.2
```
http {
map $upstream_http_cache_control $custom_cache_control {
"" "private, no-cache, no-store, must-revalidate, max-age=0";
default "";
}
…
-
### 支持 配置 订阅 支持 lua 回调
新增 如下命令,用于支持 配置的 lua 回调
```nginx
subscribe_config_by_lua_block data_id=xxxx group=xxx {
local config_data = nacos.get_current_config_data()
local config_md5 = nacos…