Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for applyUpstreamTLSSettings (0.18 sec)

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

    }
    
    var hboneOrPlaintextSocket = []*cluster.Cluster_TransportSocketMatch{
    	hboneTransportSocket,
    	defaultTransportSocketMatch(),
    }
    
    // applyUpstreamTLSSettings applies upstream tls context to the cluster
    func (cb *ClusterBuilder) applyUpstreamTLSSettings(
    	opts *buildClusterOpts,
    	tls *networking.ClientTLSSettings,
    	mtlsCtxType mtlsContextType,
    ) {
    	c := opts.mutable
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_traffic_policy.go

    			autoMTLSEnabled := opts.mesh.GetEnableAutoMtls().Value
    			tls, mtlsCtxType := cb.buildUpstreamTLSSettings(tls, opts.serviceAccounts, opts.istioMtlsSni,
    				autoMTLSEnabled, opts.meshExternal, opts.serviceMTLSMode)
    			cb.applyUpstreamTLSSettings(&opts, tls, mtlsCtxType)
    			cb.applyUpstreamProxyProtocol(&opts, proxyProtocol)
    		}
    	}
    
    	if opts.mutable.cluster.GetType() == cluster.Cluster_ORIGINAL_DST {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top