Tao Yi

Results 107 comments of Tao Yi

Kong supports configuring TLS passthrough in routes: https://docs.konghq.com/gateway/latest/how-kong-works/routing-traffic/#proxy-tls-passthrough-traffic. So we need to tell the parser whether a `TLSRoute` resource needs to configure TLS passthrough. But the settings is in `listeners[].tls.mode`...

For running integrated tests, we need a simple TLS server: https://github.com/Kong/go-echo/issues/12

@oleksandrs-adorama Looks like the connection inside your k8s cluster ( connection between KIC pod and k8s apiserver, and connection between KIC and Kong gateway admin API) is not very stable...

> also i can see errors > > ``` > 2024-03-20T12:05:21Z error controllers.KongConsumer Reconciler error {"reconcileID": "ce309f6f-d757-48ac-a553-f6722ecbd207", "error": "Operation cannot be fulfilled on kongconsumers.configuration.konghq.com \"****.public-user\": the object has been modified;...

@ssarbadh You need to provide the full JSON path of config, starting with `/` in the `path` field of contifPatch. In your example, you need to change your `path` to...

@ssarbadh If you want to use values in string type in configPatches, the values in secret should include the double quote `"`, while other types (numbers, booleans, objects, arrays) requires...

> i can confirm this is working. this should be very well documented on [the official docs](https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/security/plugin-secrets/#single-field-using-configpatches). it is currently **NOT** clear at all :) Thanks. We will fix the...

A question about naming of translated services: how should we name the translated Kong services, as they can come from different `HTTPRoutes`: - Use the same pattern `httproute...` of the...

@mheap I want to discuss what are included in the "target ref" to group Kong services: - Should we include filters? In the current supported filters, we translate them to...

https://github.com/Kong/kubernetes-ingress-controller/pull/5848 I see #5817 is backported to `release/3.1.x` and included in 3.1.3 and 3.1.4 releases. I tried to deploy the services in https://github.com/Kong/go-echo/blob/main/example_deploy.yaml and an ingress pointing to 2 different...