-
local cipher = require("resty.openssl.cipher")
local key = "12345678901234567890123456789012" -- 32 bytes
local iv = "1234567890123456" -- 16 bytes
local function init_encryption()
loc…
-
Tengine版本:
```
Tengine version: Tengine/2.3.2
nginx version: nginx/1.17.3
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
built with OpenSSL 1.0.2k-fips 26 Jan 2017
TLS SNI support enabl…
-
### Description
Issue description
I run the apisix in docker
[root@cloudpark-test ~]# docker ps
```
CONTAINER ID IMAGE COMMAND CREATED S…
-
globally shared dict instance - accesable from both http and stream contexts
-
This is my config:
```
local rc = require("resty.redis.connector").new({
connect_timeout = 50,
read_timeout = 5000,
keepalive_timeout = 30000
…
ghost updated
4 years ago
-
### Description
apisix-java-plugin-runner version is 0.4.0
request Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryedcKdnGDWD6rJDcu
payload is
------WebKitFormBoundaryedcKd…
-
kong 2.8.0
go-pdk v0.7.1
For the moment only it is possible to get `kong.Router.GetService()` information from Access phase and not from the Log phase.
Is a possible bug of kong, because the docu…
-
@yw662 增加一些测试用例会很有帮助~
-
With this config
```lua
local lim, err = limit_conn.new("my_limit_conn_store", 10, 5, 0.5)
```
After somes request. I alway get 503.
I want limit per IP request not over 15 concurrent connection…
-
既然作者是Chinese,我就不用英文叙述了,效果如下:
![image](https://user-images.githubusercontent.com/8075421/71800009-d75fea80-3091-11ea-88dc-69784c29c0d1.png)
希望按下F12跳转到定义时也增加对其他语言symbol的搜索,这样可以任意选择跳转到哪一项,很方便的。