Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 204 for outCount (0.1 sec)

  1. tools/istio-clean-iptables/pkg/cmd/cleanup_test.go

    				cfg.DNSServersV6 = []string{"::127.0.0.53"}
    				cfg.ProxyGID = "1,2"
    				cfg.ProxyUID = "3,4"
    			},
    		},
    		{
    			"outbound-owner-groups",
    			func(cfg *config.Config) {
    				cfg.RedirectDNS = true
    				cfg.OwnerGroupsInclude = "java,202"
    			},
    		},
    		{
    			"outbound-owner-groups-exclude",
    			func(cfg *config.Config) {
    				cfg.RedirectDNS = true
    				cfg.OwnerGroupsExclude = "888,ftp"
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/extended-custom-grpc-provider-no-namespace-out2.yaml

        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 589 bytes
    - Viewed (0)
  3. pilot/pkg/xds/cds_test.go

    	slices.Sort(res["outbound|80||example.com"])
    	assert.Equal(t, res, map[string][]string{
    		"outbound|8080||example.com": {"example.com:8080"},
    		// Kind of weird to have multiple here, but it is what it is...
    		// If we had targetPort, etc, set here this would be required
    		"outbound|80||example.com": {
    			"endpoint-port-override.example.com:2345",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. releasenotes/notes/filter-order.yaml

        content: |
          This change impacts internal implementation of how Envoy "filters" are ordered. These filters run in order to implement various functionality.
          
          The ordering is now consistent across inbound, outbound and gateway proxy modes, as well as HTTP and TCP protocols:
          
          * Metadata Exchange
          * CUSTOM Authz
          * WASM Authn
          * Authn
          * WASM Authz
          * Authz
          * WASM Stats
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 15 18:28:50 UTC 2023
    - 895 bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    				},
    			},
    		},
    	})
    
    	return env
    }
    
    func buildFakeCluster() *cluster.Cluster {
    	return &cluster.Cluster{
    		Name: "outbound|8080||test.example.org",
    		LoadAssignment: &endpoint.ClusterLoadAssignment{
    			ClusterName: "outbound|8080||test.example.org",
    			Endpoints: []*endpoint.LocalityLbEndpoints{
    				{
    					Locality: &core.Locality{
    						Region:  "region1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/httproute_test.go

    				"test.local:80": {"test.local"},
    				"test:80":       {"test"},
    			},
    			map[string]string{
    				"allow_any":     "PassthroughCluster",
    				"test.local:80": "outbound|80||test.local",
    				"test:80":       "outbound|80||test",
    			},
    		},
    		{
    			"more exact first with full cluster domain",
    			[]*model.Service{
    				buildHTTPService("test.default.svc.cluster.local", visibility.Public, "", "default", 80),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/ztunnel/configdump/api.go

    	Connections WorkloadConnections `json:"connections,omitempty"`
    	Info        WorkloadInfo        `json:"info"`
    }
    
    type WorkloadConnections struct {
    	Inbound  []InboundConnection  `json:"inbound"`
    	Outbound []OutboundConnection `json:"outbound"`
    }
    
    type WorkloadInfo struct {
    	Name           string `json:"name"`
    	Namespace      string `json:"namespace"`
    	TrustDomain    string `json:"trustDomain"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups-exclude.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out2.yaml

        value:
          stringMatch:
            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 589 bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/networkfilter.go

    var redisOpTimeout = 5 * time.Second
    
    func buildMetadataExchangeNetworkFilters() []*listener.Filter {
    	filterstack := make([]*listener.Filter, 0)
    	// We add metadata exchange on inbound only; outbound is handled in cluster filter
    	if features.MetadataExchange {
    		filterstack = append(filterstack, xdsfilters.TCPListenerMx)
    	}
    
    	return filterstack
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top