Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildCommonConnectTLSContext (0.3 sec)

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

    	return cb.buildConnectOriginate(proxy, push, m)
    }
    
    func (cb *ClusterBuilder) buildConnectOriginate(proxy *model.Proxy, push *model.PushContext, uriSanMatchers ...*matcher.StringMatcher) *cluster.Cluster {
    	ctx := buildCommonConnectTLSContext(proxy, push)
    	validationCtx := ctx.GetCombinedValidationContext().DefaultValidationContext
    	for _, uriSanMatcher := range uriSanMatchers {
    		if uriSanMatcher != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    				TransportSocket: &core.TransportSocket{
    					Name: "tls",
    					ConfigType: &core.TransportSocket_TypedConfig{TypedConfig: protoconv.MessageToAny(&tls.DownstreamTlsContext{
    						CommonTlsContext:         buildCommonConnectTLSContext(lb.node, lb.push),
    						RequireClientCertificate: &wrappers.BoolValue{Value: true},
    					})},
    				},
    				Filters: lb.buildHCMConnectTerminateChain(routes),
    			},
    		},
    	}
    	return l
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top