From 01f9cf87f601dd3193be6fb6630c95c8f74f9dd0 Mon Sep 17 00:00:00 2001 From: liaochuntao Date: Tue, 12 Sep 2023 19:52:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dxds=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=E9=99=90=E6=B5=81=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#1251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apiserver/xdsserverv3/resource/help.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apiserver/xdsserverv3/resource/help.go b/apiserver/xdsserverv3/resource/help.go index dadc58224..96e2fae8a 100644 --- a/apiserver/xdsserverv3/resource/help.go +++ b/apiserver/xdsserverv3/resource/help.go @@ -314,6 +314,7 @@ func BuildRateLimitDescriptors(rule *traffic_manage.Rule) ([]*route.RateLimit_Ac actions = append(actions, &route.RateLimit_Action{ ActionSpecifier: &route.RateLimit_Action_HeaderValueMatch_{ HeaderValueMatch: BuildRateLimitActionHeaderValueMatch(":path", &apitraffic.MatchArgument{ + Key: ":path", Value: &apimodel.MatchString{ Type: methodMatchType, Value: wrapperspb.String(methodName),