add host-rewrite options to config.proto (#2668)

This commit is contained in:
Denis Mishin 2021-10-08 11:50:56 -04:00 committed by GitHub
parent 8a8dcdf491
commit 55fec9b51b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 455 additions and 392 deletions

View file

@ -27,8 +27,8 @@ download() {
}
download $_protoc_3pp_path protoc-gen-validate https://github.com/envoyproxy/protoc-gen-validate/tarball/v0.6.1
download $_protoc_3pp_path data-plane-api https://github.com/envoyproxy/data-plane-api/tarball/main
download $_protoc_3pp_path udpa https://github.com/cncf/udpa/tarball/cc1b757b3eddccaaaf0743cbb107742bb7e3ee4f
download $_protoc_3pp_path data-plane-api https://github.com/envoyproxy/data-plane-api/tarball/805eb4057c2d3c053a019172e7e431519d42efc8
download $_protoc_3pp_path udpa https://github.com/cncf/udpa/tarball/main
download $_protoc_3pp_path googleapis https://github.com/googleapis/googleapis/tarball/82944da21578a53b74e547774cf62ed31a05b841
mkdir -p "$_protoc_path" "$_protoc_3pp_path"