mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
fix: Fix the malfunction of _match_service_ rules in C++ Wasm plugins (#2723)
This commit is contained in:
@@ -243,7 +243,7 @@ class RouteRuleMatcher {
|
|||||||
std::string route_name;
|
std::string route_name;
|
||||||
getValue({"route_name"}, &route_name);
|
getValue({"route_name"}, &route_name);
|
||||||
std::string service_name;
|
std::string service_name;
|
||||||
getValue({"service_name"}, &service_name);
|
getValue({"cluster_name"}, &service_name);
|
||||||
std::optional<std::reference_wrapper<PluginConfig>> match_config;
|
std::optional<std::reference_wrapper<PluginConfig>> match_config;
|
||||||
std::optional<std::reference_wrapper<std::unordered_set<std::string>>>
|
std::optional<std::reference_wrapper<std::unordered_set<std::string>>>
|
||||||
allow_set;
|
allow_set;
|
||||||
|
|||||||
Reference in New Issue
Block a user