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

ratelimit #34022

Open
richard6ats opened this issue May 8, 2024 · 2 comments
Open

ratelimit #34022

richard6ats opened this issue May 8, 2024 · 2 comments
Labels
area/configuration question Questions that are neither investigations, bugs, nor enhancements

Comments

@richard6ats
Copy link

package envoy.config.ratelimit.v3;

import "envoy/config/core/v3/config_source.proto";
import "envoy/config/core/v3/grpc_service.proto";

import "udpa/annotations/status.proto";
import "udpa/annotations/versioning.proto";
import "validate/validate.proto";

where can I find these proto?

@richard6ats richard6ats added enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels May 8, 2024
@phlax phlax added question Questions that are neither investigations, bugs, nor enhancements area/configuration and removed enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels May 8, 2024
@phlax
Copy link
Member

phlax commented May 8, 2024

in the envoy case the protos are defined in the api/ directory

for udpa and (i think) validate they are defined over in the xds repo (https://github.com/cncf/xds)

@phlax
Copy link
Member

phlax commented May 8, 2024

correction - the validate proto is here https://github.com/bufbuild/protoc-gen-validate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants