罗泽轩
罗泽轩
### Describe the bug Some crypto/tls unit tests failed when running under Go 1.20 The full test log can be found at https://github.com/mosn/mosn/actions/runs/4707421740/jobs/8350950037 The same test can pass under Go...
Considering people have two inherited policies like this: Gateway level: ``` spec: targetRef: ... kind: Gateway default: ext_auth: http_service: ... ``` HTTPRoute level: ``` spec: targetRef: ... kind: HTTPRoute default:...
Signed-off-by: spacewander
### What happened? In https://kuma.io/docs/2.7.x/introduction/kuma-requirements/#envoy, > Versions of envoy supported are: ~1.25.0 which means >=1.25.0 and You can find the current version in the [version.sh](https://github.com/kumahq/kuma/blob/master/tools/releases/version.sh#L11) file. For the first sentence,...
### What happened? In https://github.com/kumahq/kuma/blob/5c1f62de50047e0c082ec6d8f92337a12c27ce47/pkg/plugins/policies/meshhttproute/xds/filters/requestheadermodifier.go#L36 the header value is split by `,`, and then added one by one. In case like `Set-Cookie: id=a3fWa; Expires=Wed, 21 Oct 2015 07:28:00 GMT`, it...
Currently, this extension already supports: - [x] process HTTP request - [x] send local response - [x] get HTTP request headers - [x] modify HTTP request headers - [x] get...
``` go vet ./... # mosn.io/envoy-go-extension/pkg/utils pkg/utils/string.go:12:22: possible misuse of unsafe.Pointer pkg/utils/string.go:20:22: possible misuse of unsafe.Pointer # mosn.io/envoy-go-extension/pkg/http pkg/http/capi.go:36:79: possibly passing Go type with embedded pointer to C ``` I...