diff --git a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto index 5e820bb2..2aa65dfe 100644 --- a/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto +++ b/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto @@ -212,8 +212,9 @@ message HttpConnectionManager { // Whether to forward the SAN of the client cert. Defaults to false. google.protobuf.BoolValue san = 2; - // [#not-implemented-hide:] - // Whether to forward the entire client cert in base64 encoded format. Defaults to false. + // Whether to forward the entire client cert in URL encoded PEM format. This will appear in the + // XFCC header comma separated from other values with the value Cert="PEM". + // Defaults to false. bool cert = 3; };