Skip to content

Commit 243d3d2

Browse files
soloio-botsoloio-bot
and
soloio-bot
authored
Sync APIs. @tag-name=gloo-v1.13.36 (#1129)
Co-authored-by: soloio-bot <[email protected]>
1 parent f6c8a78 commit 243d3d2

File tree

5 files changed

+331
-92
lines changed

5 files changed

+331
-92
lines changed

api/gloo/gloo/v1/enterprise/options/ratelimit/ratelimit.proto

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ message Settings {
3232
// Set this is set to true if you would like to rate limit traffic before applying external auth to it.
3333
// *Note*: When this is true, you will lose some features like being able to rate limit a request based on its auth state
3434
bool rate_limit_before_auth = 9;
35+
36+
oneof service_type {
37+
// Optional gRPC settings used when calling the ratelimit server.
38+
GrpcService grpc_service = 10;
39+
}
40+
}
41+
42+
message GrpcService {
43+
// Set the authority header when calling the gRPC service.
44+
string authority = 1;
3545
}
3646

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

pkg/api/gloo.solo.io/v1/enterprise/options/ratelimit/ratelimit.pb.clone.go

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/gloo.solo.io/v1/enterprise/options/ratelimit/ratelimit.pb.equal.go

+52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)