envoyproxy/envoy

domain specific TLS Configuration

Open

#44,021 建立於 2026年3月19日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/tlsenhancementhelp wantedstale

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 7天 21小時) (30 天內合併 260 個 PR)

描述

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?

貢獻者指南