Ryan Hristovski
Ryan Hristovski
*Description*: When `EnvoyService` is set to type `NodePort` we are seeing the following error: > status.addresses: Too many. Must have at most 16 items When the service is of type...
Hi, I'm working on a rate limiting use case where I need to extract claims from JWTs and pass them as headers to upstream services, but I don't need (or...
Adds response headers to direct response in btp and httproutefilter Example BTP: ``` apiVersion: gateway.envoyproxy.io/v1alpha1 kind: BackendTrafficPolicy spec: responseOverride: - match: statusCodes: - type: Value value: 429 responseHeadersToAdd: - append:...