Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defaultTransportSocketMatch (0.28 sec)

  1. pilot/pkg/networking/core/cluster_tls.go

    			TlsMinimumProtocolVersion: tlsv3.TlsParameters_TLSv1_2,
    		},
    	}
    }
    
    // defaultTransportSocketMatch applies to endpoints that have no security.istio.io/tlsMode label
    // or those whose label value does not match "istio"
    func defaultTransportSocketMatch() *cluster.Cluster_TransportSocketMatch {
    	return &cluster.Cluster_TransportSocketMatch{
    		Name:            "tlsMode-disabled",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top