Edward McFarlane

Results 60 issues of Edward McFarlane

Go net/http has `ConnContext`, gRPC issue for the same: https://github.com/grpc/grpc-go/issues/4683

https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol

Add a health check endpoint that also looks at downstream endpoints.

https://github.com/grpc/grpc-experiments/tree/master/gdebug Can be the proxy, and serve the webpage directly.

Improve docs. Move away from docusaurus to simple markdowns in the repo and better comments for GoDoc.

On reflection reconnect reload and update mux routing with new methods.

Increase the min go v1.20 and the current to v1.122. Also bumps the Makefile deps for buf, license and linting.

Increases the min go version to v1.20 and the latest to v1.22. Included is fixes for the LICENSE years and linter v1.56.2 with associated fixes.

To improve testability of `authn` middleware and remove API surface in `authn` this PR proposes dropping the `authn.Request` in favour of `*http.Request`. This is a breaking change to the API....

Creates a new example based on bearer tokens, a common authentication requirement, with a new helper method `BearerToken` to assist. This is used to provide the example. A new method...