Remove deprecated SAN. (#3727)

Signed-off-by: Shakti <shaktiprakash.das@salesforce.com>

Mirrored from https://github.com/envoyproxy/envoy @ 93d96b52b47ac2f296379c15b03946cb33c58252
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent 1834c1b947
commit f0557ff45f
  1. 4
      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. // Whether to forward the subject of the client cert. Defaults to false.
google.protobuf.BoolValue subject = 1; google.protobuf.BoolValue subject = 1;
// Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to reserved 2; // san deprecated by uri
// false. This field is deprecated, use URI field instead.
google.protobuf.BoolValue san = 2 [deprecated = true];
// Whether to forward the entire client cert in URL encoded PEM format. This will appear in the // 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". // XFCC header comma separated from other values with the value Cert="PEM".

Loading…
Cancel
Save