UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d511b4c4 authored by Zach Callahan's avatar Zach Callahan
Browse files

Merge branch...

Merge branch '35-add-an-envoyfilter-to-strip-trailing-dots-from-host-names-in-monitoring-ns' into 'main'

SKIP UPDATE CHECK feat(istio): add envoyfilter to remove trailing dots from proxy host headers

Closes #35

See merge request big-bang/apps/sandbox/mimir!24
parents db75a5d2 cdde1924
No related branches found
Tags 6.0.3-bb.4
1 merge request!24SKIP UPDATE CHECK feat(istio): add envoyfilter to remove trailing dots from proxy host headers
Pipeline #3767679 passed with warnings
{{- if .Values.istio.enabled }}
apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
name: strip-trailing-dot
namespace: {{ .Release.Namespace }}
spec:
configPatches:
- applyTo: NETWORK_FILTER
match:
listener:
filterChain:
filter:
name: "envoy.filters.network.http_connection_manager"
patch:
operation: MERGE
value:
typed_config:
"@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager"
strip_trailing_host_dot: true
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment