Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildUpstreamTLSSettings (0.43 sec)

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

    	}
    }
    
    // buildUpstreamTLSSettings fills key cert fields for all TLSSettings when the mode is `ISTIO_MUTUAL`.
    // If the (input) TLS setting is nil (i.e not set), *and* the service mTLS mode is STRICT, it also
    // creates and populates the config as if they are set as ISTIO_MUTUAL.
    func (cb *ClusterBuilder) buildUpstreamTLSSettings(
    	tls *networking.ClientTLSSettings,
    	serviceAccounts []string,
    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

    		if opts.clusterMode != SniDnatClusterMode {
    			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)
    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