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

Merged
merged 2 commits into from Feb 2, 2024

Conversation

halvards
Copy link
Member

@halvards halvards commented Feb 2, 2024

gRPC-Go as of v1.61.0 supports gRFC A65: mTLS Credentials in xDS Bootstrap File, 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.

Implements mTLS for connections from xDS clients to the xDS control
plane management server as per gRFC A65.

gRPC-Java as of v1.61.0 does not yet support "tls" type channel
credentials in the gRPC xDS bootstrap file, so control plane mTLS
is disabled by default for the Java implementation here.

On the control plane side, the feature is controlled by flags in
the `xds_features.yaml` file.

On the client side, there is a Kubernetes resource patch for the
Java deployment that swaps `"type": "tls"` for
`"type": "insecure"`.
@halvards halvards self-assigned this Feb 2, 2024
@halvards halvards merged commit 52ec054 into GoogleCloudPlatform:main Feb 2, 2024
1 check passed
halvards added a commit that referenced this pull request Feb 2, 2024
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 added a commit that referenced this pull request Feb 2, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant