From f0557ff45f1dd7ecbe972c0b74dc15f785881311 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Thu, 28 Jun 2018 22:21:34 +0000 Subject: [PATCH] Remove deprecated SAN. (#3727) Signed-off-by: Shakti Mirrored from https://github.com/envoyproxy/envoy @ 93d96b52b47ac2f296379c15b03946cb33c58252 --- .../http_connection_manager/v2/http_connection_manager.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 5087298e..7534144e 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 @@ -221,9 +221,7 @@ message HttpConnectionManager { // Whether to forward the subject of the client cert. Defaults to false. google.protobuf.BoolValue subject = 1; - // Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to - // false. This field is deprecated, use URI field instead. - google.protobuf.BoolValue san = 2 [deprecated = true]; + reserved 2; // san deprecated by uri // 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".