diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-24 00:52:30 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-24 00:52:30 -0600 |
| commit | e0517f3ce78415ab55cdb1921487c57cbee3d55e (patch) | |
| tree | 21e943afee2603b379dc92b8f9ca073bfa5867c9 /etc/envoy | |
| parent | 6fba0823970baf909709055211628c262ab38749 (diff) | |
chore: stop using deprecated `exact_match` option
Diffstat (limited to 'etc/envoy')
| -rw-r--r-- | etc/envoy/envoy.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index d07915d..2aecddf 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -106,7 +106,8 @@ static_resources: pass_through_mode: false headers: - name: ":path" - exact_match: "/health" + string_match: + exact: "/health" - name: envoy.filters.http.oauth2 typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.oauth2.v3.OAuth2 |
