Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for tlsOptions (0.16 sec)

  1. pilot/pkg/config/kube/gateway/testdata/eastwest-tlsoption.status.yaml.golden

    Frank Budinsky <******@****.***> 1699583427 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:27 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    	// exact, just best effort optimization
    	filterChains := make([]*listener.FilterChain, 0, 1+5)
    	filterChains = append(filterChains, buildInboundBlackhole(lb))
    
    	mtlsOptions := lb.authnBuilder.ForPassthrough()
    	for _, mtls := range mtlsOptions {
    		cc := inboundChainConfig{
    			port: model.ServiceInstancePort{
    				ServicePort: &model.Port{
    					Name: model.VirtualInboundListenerName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion_test.go

    			name: "reference-policy-tcp",
    			validationIgnorer: crdvalidation.NewValidationIgnorer(
    				"istio-system/^not-allowed-echo-",
    			),
    		},
    		{name: "serviceentry"},
    		{name: "eastwest"},
    		{name: "eastwest-tlsoption"},
    		{name: "eastwest-labelport"},
    		{name: "eastwest-remote"},
    		{name: "alias"},
    		{name: "mcs"},
    		{name: "route-precedence"},
    		{name: "waypoint"},
    		{name: "isolation"},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 34.9K bytes
    - Viewed (0)
Back to top