Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions policy/v1beta1/cfg.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions policy/v1beta1/cfg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ message Tls {
string custom_header = 5;
}

// Indicates the name of adapter backend which is useful for routing with
// proxy-fronted backend.
// Used to configure mixer TLS client to verify the hostname on the returned
// certificates. It is also included in the client's handshake to support SNI.
string server_name = 6;
}

Expand Down Expand Up @@ -530,7 +530,8 @@ message Mutual {
// include Istio CA certificates and system certificates in cert pool.
string ca_certificates = 3;

// Indicates the name of adapter backend server which is useful for routing with
// proxy-fronted backend.
// Used to configure mixer mutual TLS client to supply server name for SNI.
// It is not used to verify the hostname of the peer certificate, since
// Istio verifies whitelisted SAN fields in mutual TLS.
string server_name = 4;
}
9 changes: 5 additions & 4 deletions policy/v1beta1/istio.policy.v1beta1.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.