Edward McFarlane

Results 90 comments of Edward McFarlane

Blockers: - https://github.com/cue-lang/cue/discussions/1290 - https://github.com/cue-lang/cue/discussions/1287

- https://github.com/google/gnostic

- https://authzed.com

- Proposals: https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md - https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md - https://github.com/grpc/proposal/blob/b44e768b0cd542c489ef4b9ca6741aa78f019100/A36-xds-for-servers.md - https://github.com/grpc/proposal/blob/deaf1bcf248d1e48e83c470b00930cbd363fab6d/A29-xds-tls-security.md - https://github.com/grpc/proposal/blob/28dfdf6145fbebc715a36c25ca5631c5e24944c1/A41-xds-rbac.md - Interop: https://github.com/grpc/grpc-go/blob/v1.39.0/interop/xds/server/server.go - Example: https://github.com/grpc/grpc-go/blob/master/examples/features/xds/server/main.go

👋 hello! Maybe my project could help with file uploads for gRPC transcoding: https://github.com/emcfarlane/larking

The new [`buf-action`](https://github.com/bufbuild/buf-action) has been released as a v1 with improved support for push, ensuring branches kept in sync with the BSR. Please take a look and raise any issues...

The new [`buf-action`](https://github.com/bufbuild/buf-action) has been released to support many of the new features with the v2 config. For push, it will automatically label the commit with the correct git-metadata and...

@terinjokes @seandlg thanks the interest. I've had to rewrite the history to sign commits. The PR has been updated to reflect the new proposal.

@terinjokes the use case would be for authorization on specific methods. The example in #12 showcases using an allowlist base on which method is invoked. Protocol has been brought up...

@jhump updated to move the connect-go implementation here.