Skip to content

Commit 5b14c5a

Browse files
committed
fix: replace deprecated HeaderMatcher.exact_match with string_match
1 parent e3420f8 commit 5b14c5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/synapse/scripts/envoy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ static_resources:
6262
prefix: "/"
6363
headers:
6464
- name: ":method"
65-
exact_match: "OPTIONS"
65+
string_match:
66+
exact: "OPTIONS"
6667
direct_response:
6768
status: 204
6869
response_headers_to_add:

0 commit comments

Comments
 (0)