$theTitle=wp_title(" - ", false); if($theTitle != "") { ?> } else { ?> } ?>
by Andrew Johnstone
In: General
17 Sep 2020A quick snippet to add an Istio EnvoyFilter to add x-request-id to all responses apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: gateway-response namespace: istio-system spec: workloadSelector: labels: istio: ingressgateway configPatches: – applyTo: HTTP_FILTER match: context: GATEWAY listener: filterChain: filter: name: “envoy.http_connection_manager” subFilter: name: “envoy.router” patch: operation: INSERT_BEFORE value: name: envoy.lua typed_config: “@type”: “type.googleapis.com/envoy.config.filter.http.lua.v2.Lua” inlineCode: | function […]
I have been a developer for roughly 10 years and have worked with an extensive range of technologies. Whilst working for relatively small companies, I have worked with all aspects of the development life cycle, which has given me a broad and in-depth experience.