FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(xds): Update Envoy proto definitions and add ExtAuthz gRPC service by sauravzg · Pull Request #12491 · grpc/grpc-java · GitHub

/ grpc-java Public

feat(xds): Update Envoy proto definitions and add ExtAuthz gRPC service - #12491

Merged
ejona86 merged 3 commits into
grpc:masterfrom
sauravzg:feat/xds-proto-import
Nov 14, 2025
Merged

feat(xds): Update Envoy proto definitions and add ExtAuthz gRPC service#12491
ejona86 merged 3 commits into
grpc:masterfrom
sauravzg:feat/xds-proto-import

Conversation

sauravzg commented Nov 11, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

This commit is entirely autogenerated by running import.sh and then running the codegen pluging to generate the grpc stub

This commit updates the Envoy proto definitions to a newer version and adds the generated gRPC code for the envoy.service.auth.v3.Authorization service.

The updated proto definitions include changes to the ext_authz filter, GrpcService configuration, and other related components. This also includes new proto files for gRPC credentials and header mutation rules.

The generated AuthorizationGrpc.java file provides the gRPC stub that will be used to communicate with the external authorization service.

Slightly unrelated addition: Updated .gitignore to simplify my personal development setup.

This is the first PR in a chain of dependent PRs

linux-foundation-easycla Bot commented Nov 11, 2025
edited
Loading

Copy link
Copy Markdown



The committers listed above are authorized under a signed CLA.

Comment thread xds/third_party/envoy/import.sh Outdated
This commit updates the Envoy proto definitions to a newer version and adds the generated gRPC code for the `envoy.service.auth.v3.Authorization` service.

The updated proto definitions include changes to the `ext_authz` filter, `GrpcService` configuration, and other related components. This also includes new proto files for gRPC credentials and header mutation rules.

The generated `AuthorizationGrpc.java` file provides the gRPC stub that will be used to communicate with the external authorization service.
sauravzg force-pushed the feat/xds-proto-import branch from 8107c1b to fdc655e Compare November 13, 2025 17:52
sauravzg force-pushed the feat/xds-proto-import branch from fdc655e to 998cbfe Compare November 13, 2025 18:51

ejona86 commented Nov 13, 2025

Copy link
Copy Markdown
Member

FYI: we don't use feat() syntax. I'll fix it when merging. See the "Follow typical Git commit message structure." bullet of
https://github.com/grpc/grpc-java/blob/master/CONTRIBUTING.md#guidelines-for-pull-requests

ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 13, 2025
grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Nov 13, 2025
ejona86 merged commit a57c373 into grpc:master Nov 14, 2025
16 of 17 checks passed
github-actions Bot locked as resolved and limited conversation to collaborators Feb 13, 2026
sauravzg deleted the feat/xds-proto-import branch April 22, 2026 14:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL