Skip to content
Closed
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
32 changes: 32 additions & 0 deletions kubernetes/customresourcedefinitions.gen.yaml

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

7 changes: 7 additions & 0 deletions mesh/v1alpha1/istio.mesh.v1alpha1.gen.json

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

7 changes: 7 additions & 0 deletions networking/v1alpha3/destination_rule.gen.json

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

97 changes: 93 additions & 4 deletions networking/v1alpha3/destination_rule.pb.go

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

26 changes: 26 additions & 0 deletions networking/v1alpha3/destination_rule.pb.html

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

10 changes: 10 additions & 0 deletions networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,16 @@ message ClientTLSSettings {
// be `true` by default in a later version where, going forward, it will be
// enabled by default.
google.protobuf.BoolValue insecure_skip_verify = 8;

// auto_sni and auto_san could automatically set the outbound SNI
// based on host/authority
// **NOTE:** auto_sni and auto_san fields are only applicable for HTTPs traffic
// when auto_sni field set as true, it will override the sni set above.
// Additional context:
// https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-upstreamhttpprotocoloptions-auto-sni
// https://github.com/istio/istio/issues/27847
bool auto_sni = 9;
bool auto_san = 10;
}

// Locality-weighted load balancing allows administrators to control the
Expand Down
7 changes: 7 additions & 0 deletions networking/v1beta1/destination_rule.gen.json

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

Loading