Skip to content

Commit

Permalink
Remove mgw filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Thushani-Jayasekera committed Jun 6, 2024
1 parent 7c4a8f9 commit 23f2617
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapter/internal/oasparser/envoyconf/http_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,10 @@ func getCorsHTTPFilter() *hcmv3.HttpFilter {
func getUpgradeFilters() []*hcmv3.HttpFilter {
cors := getCorsHTTPFilter()
extAauth := getExtAuthzHTTPFilter()
mgwWebSocketWASM := getMgwWebSocketWASMFilter()
router := getRouterHTTPFilter()
upgradeFilters := []*hcmv3.HttpFilter{
cors,
extAauth,
mgwWebSocketWASM,
router,
}
return upgradeFilters
Expand Down

0 comments on commit 23f2617

Please sign in to comment.