| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
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.
|
FYI: we don't use feat() syntax. I'll fix it when merging. See the "Follow typical Git commit message structure." bullet of |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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