Niklaus Schen

Results 47 comments of Niklaus Schen

Hello, Currently, support for `Mingw` and `MSYS2` has been added on Windows. In the short term, there won't be consideration for `MSVC` support because of the inconsistent level of support...

It's fixed in 3.7, please refer to https://github.com/Kong/kong/issues/12592.

build and tests after removing `kong.tools.ip` from `kong/tools/utils.lua`: https://github.com/Kong/kong/actions/runs/9287695996?pr=13108

full matrix: https://github.com/Kong/kong/actions/runs/9267769967?pr=13096 https://github.com/Kong/kong/actions/runs/9267769915?pr=13096

Here are two jobs: the first test commit job: https://github.com/Kong/kong/actions/runs/9347881316?pr=13096 the second one: https://github.com/Kong/kong/actions/runs/9347980953/job/25726205376?pr=13096 After the second commit ran, the image digest was `12733da692fc`. Then, rerun the job for the...

No, currently this is not supported. However, there is another workaround, which is to define `dynamic_record` as a string. Then, in your plugin, try to decode this string as JSON,...

Hi @oldthreefeng , we don't support `quic` or `http3` here. If you're interested in giving it a try, feel free to open a PR to explore this feature.

This field will be automatically replaced with redis.ssl in version 3.x. If you are using DB-less mode, you can modify the Admin API request parameters when applying the configuration, changing...

As far as I know, Kong itself doesn't set such a timer. Could you try capturing the process that sends these requests?

It looks like you didn’t set the env `GITHUB_TOKEN`, which is likely causing the issue.