envoyproxy/envoy

domain specific TLS Configuration

Open

#44.021 aberto em 19 de mar. de 2026

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/tlsenhancementhelp wantedstale

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 7d 21h) (260 fundiu PRs em 30d)

Description

We use Envoy at Edge and we have need to configure domain specific TLS configuration such as Cipher Suites, TLS versions etc. As Envoy is used as Edge proxy and we can have huge number of domains so listing all domains and configure TLS properties using CommonTLSContext is not an option.

One option, I was thinking is to extend the on-demand cert selector and expand SDS for Per-Domain TLS Properties and when SDS delivers with certs + TLS properties, we can build new context also set cipher suites etc along with certs.

@kyessenov As discussed offline, created this issue. Can you please review and suggest any alternatives?

Guia do colaborador