Skip to content

router: extend HTTP CONNECT route matching criteria#13056

Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
nicktrav:nickt.http-connect-route-match
Sep 11, 2020
Merged

router: extend HTTP CONNECT route matching criteria#13056
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
nicktrav:nickt.http-connect-route-match

Conversation

@nick-cloudnatix
Copy link
Contributor

Currently, using ConnectMatcher as a RouteMatch will match only on
an HTTP :method header of CONNECT.

Extend the matching functionality to allow for use of the additional
match criteria in RouteMatch - i.e. header matching, path matching,
etc. - mimicking the existing behavior of the other matchers (prefix,
path, etc.).

Closes #13042.

Risk Level: Medium (minor extension to an existing feature).
Testing: Unit test cases added for header matching.
Docs Changes: n/a
Release Notes: n/a

Currently, using `ConnectMatcher` as a `RouteMatch` will match only on
an HTTP `:method` header of `CONNECT`.

Extend the matching functionality to allow for use of the additional
match criteria in `RouteMatch` - i.e. header matching, path matching,
etc. - mimicking the existing behavior of the other matchers (prefix,
path, etc.).

Closes envoyproxy#13042.

Signed-off-by: Nick Travers <n.e.travers@gmail.com>
@nick-cloudnatix
Copy link
Contributor Author

cc: @alyssawilk

Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mattklein123 mattklein123 merged commit fdfaba5 into envoyproxy:master Sep 11, 2020
@nicktrav nicktrav deleted the nickt.http-connect-route-match branch September 11, 2020 16:46
lhluo pushed a commit to lhluo/envoy that referenced this pull request Sep 11, 2020
…code

* upstream/master:
  lint: add more linters for using absl:: over std:: (envoyproxy#13043)
  udpa: filesystem list collection support for inline entries. (envoyproxy#13028)
  filter: http: jwt: implement matching for HTTP CONNECT (envoyproxy#13064)
  [fuzz] split http filter logic into a fuzzing class (envoyproxy#13016)
  xds: allow empty delta update (envoyproxy#12699)
  CacheFilter: parses the allowed_vary_headers from the cache config. (envoyproxy#12928)
  router: extend HTTP CONNECT route matching criteria (envoyproxy#13056)
  docs: clarify use of Extended CONNECT for h/2 (envoyproxy#13051)
  build: shellcheck tools/ (envoyproxy#13007)
  [fuzz] Refactored Health Checker Impl Tests (envoyproxy#13017)

Signed-off-by: Lihao Luo <lihao@squareup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow HTTP CONNECT proxying to route based on HTTP headers

3 participants