Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync APIs. @tag-name=gloo-v1.14.29 #1130

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions api/gloo/gloo/v1/enterprise/options/ratelimit/ratelimit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ message Settings {
// Set this is set to true if you would like to rate limit traffic before applying external auth to it.
// *Note*: When this is true, you will lose some features like being able to rate limit a request based on its auth state
bool rate_limit_before_auth = 9;

oneof service_type {
// Optional gRPC settings used when calling the ratelimit server.
GrpcService grpc_service = 10;
}
}

message GrpcService {
// Set the authority header when calling the gRPC service.
string authority = 1;
}

// API based on Envoy's rate-limit service API. (reference here: https://github.com/lyft/ratelimit#configuration)
Expand Down

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

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

Loading
Loading