Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(grpc-xds): Control plane mTLS for Go (#9) #10

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Commits on Feb 2, 2024

  1. feat(grpc-xds): Control plane mTLS for Go (#9)

    gRPC-Go as of [v1.61.0](https://github.com/grpc/grpc-go/releases/tag/v1.61.0) supports [gRFC A65: mTLS Credentials in xDS Bootstrap File](https://github.com/grpc/proposal/blob/8c31bfedded5f0a51c4933e9e9a8246122f9c41a/A65-xds-mtls-creds-in-bootstrap.md), see grpc/grpc-go#6757.
    
    These changes add control plane mTLS for the Go control plane and sample application implementations, controlled by flags in the `xds_features.yaml` configuration file.
    halvards committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    52ec054 View commit details
    Browse the repository at this point in the history