Skip to content

Commit

Permalink
Introduce the OutboundPolicies API (#165)
Browse files Browse the repository at this point in the history
To support Gateway API-style HTTP routing in the outbound proxy, this
change introduces a new `OutboundPolicies` API so that proxies may
discover outbound configurations.

This API is intended to, eventually, replace the `GetProfile` endpoint
on the `Destination` API. Further enhancements to this API will be
necessary to replace all of the functionality currently provided by the
ServiceProfile API.
  • Loading branch information
adleong authored Mar 7, 2023
1 parent 1a2e9aa commit 9efe50f
Show file tree
Hide file tree
Showing 9 changed files with 4,875 additions and 12 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ http-route = ["http-types"]
http-types = ["http", "thiserror"]
identity = ["prost-types", "tonic/codegen"]
inbound = ["grpc-route", "http-route", "meta", "net", "prost-types", "tonic/codegen"]
outbound = ["grpc-route", "destination", "http-route", "meta", "net", "prost-types", "tonic/codegen"]
meta = []
net = ["ipnet", "thiserror"]
tap = ["h2", "http-types", "net", "prost-types", "tonic/codegen"]
Expand Down
43 changes: 31 additions & 12 deletions go/meta/meta.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9efe50f

Please sign in to comment.