envoyproxy/envoy

SPIFFE validator + "mtls_authenticated" do not support session resumption

Aberta

#42.668 aberto em 17 de dez. de 2025

 (4 comentários) (0 reação) (0 responsável)C++ (5.373 forks)batch import
area/tlsbughelp wanted

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

On a resumed session, "peer certificate validated" is set to false since that bit is cert by the validator flow per connection. That means any policy using mtls_authenticated evaluates to false, and can be dangerous if used as a DENY policy. The workaround is to disable session resumption in TLS.

Guia do colaborador