Skip to content

Commit

Permalink
Merge pull request #17 from hango-io/trickMin-patch-1
Browse files Browse the repository at this point in the history
fix: support session-state plugin
  • Loading branch information
trickMin authored Dec 12, 2023
2 parents 46940db + 3afe972 commit f95771b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public enum PluginMappingEnum {
//系统后置插件
TRAFFIC_MARK("proxy.filters.http.traffic_mark", "", Collections.EMPTY_LIST, POST_BUILTIN, 1),
DETAILED_STATS("proxy.filters.http.detailed_stats", "", Collections.EMPTY_LIST, POST_BUILTIN, 2),
STATEFUL_SESSION("envoy.filters.http.stateful_session", "type.googleapis.com/envoy.extensions.filters.http.stateful_session.v3.StatefulSessionPerRoute", Collections.EMPTY_LIST, POST_BUILTIN, 3),
STATEFUL_SESSION("envoy.filters.http.stateful_session", "type.googleapis.com/envoy.extensions.filters.http.stateful_session.v3.StatefulSessionPerRoute", Collections.singletonList("session-state"), POST_BUILTIN, 3),
SOAPJSONTRANSCODER("proxy.filters.http.soapjsontranscoder", "", Collections.singletonList("soap-json-transcoder"), POST_BUILTIN, 4),

//自定义插件
Expand Down

0 comments on commit f95771b

Please sign in to comment.