Skip to content

Commit

Permalink
Add support for HTTP local rate limiting
Browse files Browse the repository at this point in the history
This adds an entry for `HttpLocalRateLimit` under
`ProxyProtocol.Detect`, `ProxyProtocol.Http1` and `ProxyProtocol.Http2`
leaving the door open to add analogous support for protocols besides
HTTP later on.
  • Loading branch information
alpeb committed Oct 23, 2024
1 parent c9914c2 commit c68806d
Show file tree
Hide file tree
Showing 19 changed files with 679 additions and 319 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authenticed pod-to-pod communication.
### `inbound`

The inbound API is used by the proxy to discover inbound serving
policies--especially per-port authorization requirements.
policies, i.e. per-port authorization requirements and rate-limiting poilcy.

### `tap`

Expand Down
2 changes: 1 addition & 1 deletion go/destination/destination.pb.go

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

2 changes: 1 addition & 1 deletion go/destination/destination_grpc.pb.go

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

2 changes: 1 addition & 1 deletion go/grpc_route/grpc_route.pb.go

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

2 changes: 1 addition & 1 deletion go/http_route/http_route.pb.go

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

2 changes: 1 addition & 1 deletion go/http_types/http_types.pb.go

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

2 changes: 1 addition & 1 deletion go/identity/identity.pb.go

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

2 changes: 1 addition & 1 deletion go/identity/identity_grpc.pb.go

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

Loading

0 comments on commit c68806d

Please sign in to comment.