Niklaus Schen
Niklaus Schen
I want the emulator to run the app. Most apps in China are only compatible with arm
> Message serialized into `google.protobuf.Any` can contain another `google.protobuf.Any` attribute and so on. To transcode them the hook must treat `Any` as new message instance and start over. Yeah, I...
It is tracked by [KAG-4312](https://konghq.atlassian.net/browse/KAG-4312) [KAG-4312]: https://konghq.atlassian.net/browse/KAG-4312?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Tested the Kong with `KONG_SSL_CIPHER_SUITE=old` using [testssl.sh](https://github.com/drwetter/testssl.sh) , and the results are as follows: ``` ./bin/openssl.Linux.x86_64.krb s_client -connect localhost:8443 -tls1_1 CONNECTED(00000003) depth=0 C = US, ST = California, L =...
@bungle `old` is working correctly to those clients with OpenSSL 1.x whether the OpenSSL version is 3.x on server side. But if the OpenSSL version is 3.x on client, `old`...
https://github.com/Kong/kong/blob/master/kong/cmd/utils/inject_confs.lua#L28 (`/usr/local/share/lua/5.1/kong/cmd/utils/inject_confs.lua` in your dev environment). ```diff - assert(prepare_prefix(conf, nil, true)) + local _, err = assert(prepare_prefix(conf, nil, true)) + print(err) return conf ``` You can fetch the return values...
Please merge this PR after merging https://github.com/Kong/kong/pull/13026
CI tests after removing most exported functions of `kong\tools\table.lua` https://github.com/Kong/kong/actions/runs/9072658583/job/24928507132?pr=12487
> This PR is not user visible, I think that we do not need changelog. Agreed. It's been removed.
@chronolaw It is not an issue of `ulimit`. @nboddu009 your last step is wrong, it should be `kong vault get my-env-vault/password` not `my-env-vault/secrets-password`.