1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/grpcarea/tlsenhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Follow-up to #32315 to add fields to google_grpc to support setting minimum and maximum TLS versions explicitly. Note this has impact on Wasm ABI, since this proto is used to make RPCs.
cc @htuch
Contributor guide
- Research direction
- Add min tls version and max tls version fields to the GoogleGrpcService proto in api/envoy/extensions/transport sockets/tls/v3/common.proto, update the xDS configuration handling in source/common/grpc/google grpc service.cc, and ensure Wasm ABI compatibility. Refer to PR #32315 for context and the existing pattern for TLS version fields.
- Tech stack
- None
- Domain
- backendapisecurity
- Issue type
- Feature
- Prerequisites
- GitUnderstanding of Envoy architectureTLS basicsProtobuf