Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 204 for outCount (0.12 sec)

  1. src/net/http/httputil/reverseproxy.go

    	// and X-Forwarded-Proto headers are removed from the
    	// outbound request before Rewrite is called. See also
    	// the ProxyRequest.SetXForwarded method.
    	//
    	// Unparsable query parameters are removed from the
    	// outbound request before Rewrite is called.
    	// The Rewrite function may copy the inbound URL's
    	// RawQuery to the outbound URL to preserve the original
    	// parameter string. Note that this can lead to security
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 23:37:42 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  2. pkg/kubelet/winstats/perfcounters_test.go

    		},
    		"Net Adapter Packets Received Errors Query": {
    			counter:   packetsReceivedErrorsQuery,
    			skipCheck: true,
    		},
    		"Net Adapter Packets Outbound Discarded Query": {
    			counter:   packetsOutboundDiscardedQuery,
    			skipCheck: true,
    		},
    		"Net Adapter Packets Outbound Errors Query": {
    			counter:   packetsOutboundErrorsQuery,
    			skipCheck: true,
    		},
    		"Invalid Query": {
    			counter:        "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. releasenotes/notes/destination-rule-tunneling.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Added** support for tunneling outbound traffic via external HTTP forward proxies using HTTP CONNECT or POST methods.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 23:31:52 UTC 2022
    - 313 bytes
    - Viewed (0)
  4. tests/testdata/config/none.yaml

        name: httplocal
        protocol: HTTP
    
      location: MESH_INTERNAL
      resolution: STATIC
    
      endpoints:
      - address: 10.11.0.1
        ports:
          httplocal: 7071
    
    ---
    
    # Regular TCP outbound cluster (Default MeshExternal = true, Resolution ClientSideLB)
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: s2
      namespace: none
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  5. tools/istio-iptables/pkg/constants/constants.go

    	ExcludeInterfaces         = "istio-exclude-interfaces"
    	ServiceCidr               = "istio-service-cidr"
    	ServiceExcludeCidr        = "istio-service-exclude-cidr"
    	OutboundPorts             = "istio-outbound-ports"
    	LocalOutboundPortsExclude = "istio-local-outbound-ports-exclude"
    	EnvoyPort                 = "envoy-port"
    	InboundCapturePort        = "inbound-capture-port"
    	InboundTunnelPort         = "inbound-tunnel-port"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 01:42:30 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. releasenotes/notes/skip-mx-headers.yaml

    releaseNotes:
      - |
        **Added** a new configuration to `ProxyHeaders`, `MetadataExchangeHeaders`. The `IN_MESH` mode ensures `x-envoy-peer-metadata` and `x-envoy-peer-metadata-id`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 30 03:27:06 UTC 2023
    - 418 bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-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: 0.002s
      statPrefix: tcp.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 582 bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-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: 0.002s
      statusOnError:
        code: Forbidden
      transportApiVersion: V3
      withRequestBody:
        allowPartialMessage: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 666 bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/tunneling/sidecar/virtual-service.tmpl.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: route-outbound-traffic-to-external-app-via-external-forward-proxy
    spec:
      hosts:
      - external.{{ .externalNamespace }}.svc.cluster.local
      gateways:
      - mesh
      tcp:
      - match:
        - port: {{ .externalSvcTcpPort }}
        route:
        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
            subset: external-svc-tcp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 23:31:52 UTC 2022
    - 824 bytes
    - Viewed (0)
  10. releasenotes/notes/destination-rule-proxyprotocol

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Added** support for outbound traffic Proxy Protocol. By specifying proxyProtocol in a DestinationRule.trafficPolicy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 23 08:37:23 UTC 2024
    - 329 bytes
    - Viewed (0)
Back to top