istio-content-based-routing icon indicating copy to clipboard operation
istio-content-based-routing copied to clipboard

Demonstrating how to use Istio to route to applications in different namespaces using Cookies or JWT Claims.

Results 1 istio-content-based-routing issues
Sort by recently updated
recently updated
newest added

``` apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: jwt-lua-filter namespace: istio-system spec: workloadSelector: labels: istio: ingressgateway configPatches: - applyTo: HTTP_FILTER match: context: GATEWAY listener: filterChain: filter: name: "envoy.http_connection_manager" patch: operation: INSERT_BEFORE...