mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 03:57:28 +08:00
Disable reroute in some plugins (#2639)
This commit is contained in:
@@ -59,6 +59,7 @@ func parseConfig(json gjson.Result, config *PluginConfig, log log.Log) error {
|
||||
}
|
||||
|
||||
func onHttpRequestHeaders(ctx wrapper.HttpContext, config PluginConfig, log log.Log) types.Action {
|
||||
ctx.DisableReroute()
|
||||
config.oidcHandler.SetContext(ctx)
|
||||
req := getHttpRequest()
|
||||
rw := util.NewRecorder()
|
||||
|
||||
Reference in New Issue
Block a user