-1

I am writing a C++ program and it requires the Ext_auth.proto from Envoy - https://github.com/envoyproxy/envoy/blob/main/api/envoy/config/filter/http/ext_authz/v2/ext_authz.proto

How can I import the proto file to Bazel build? And how to generate the pb files?

Pubci
  • 3,834
  • 1
  • 13
  • 28

1 Answers1

0

You can try this Envoy maintained repo: https://github.com/envoyproxy/data-plane-api

It contains Envoy protos and instrumented with Bazel.

Lidi Zheng
  • 1,801
  • 8
  • 13