Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 640 for traffic (0.28 sec)

  1. pkg/kube/inject/testdata/inject/traffic-annotations-empty-includes.yaml.injected

            traffic.sidecar.istio.io/excludeInboundPorts: 4,5,6
            traffic.sidecar.istio.io/excludeOutboundIPRanges: 10.96.0.2/24,10.96.0.3/24
            traffic.sidecar.istio.io/includeInboundPorts: ""
            traffic.sidecar.istio.io/includeOutboundIPRanges: ""
          creationTimestamp: null
          labels:
            app: traffic
            security.istio.io/tlsMode: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.mesh.gen.yaml

    John Howard <******@****.***> 1709830758 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 191 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.values.gen.yaml

    Jingming Guo <******@****.***> 1715374912 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. releasenotes/notes/disable-host-header-fallback.yaml

        content: |
          Host header fallback for determining values for Prometheus `destination_service` labels has been disabled for all incoming traffic.
          Previously, this was disabled *only* for traffic arriving at Gateways. If you are relying on host header fallback behavior to properly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 22 19:40:45 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  5. tests/integration/telemetry/policy/traffic_allow_any_test.go

    import (
    	"net/http"
    	"testing"
    
    	"istio.io/istio/pkg/test/framework/components/prometheus"
    )
    
    func TestOutboundTrafficPolicy_AllowAny(t *testing.T) {
    	cases := []*TestCase{
    		{
    			Name:     "HTTP Traffic",
    			PortName: "http",
    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_requests_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"reporter":                 "source",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/filterchain_options.go

    	// FCM 3: ALPN [istio-peer-exchange, istio] Transport protocol: tls            --> TCP traffic from sidecar over TLS
    	inboundPermissiveFilterChainMatchWithMxcOptions = []FilterChainMatchOptions{
    		{
    			// client side traffic was detected as HTTP by the outbound listener, sent over mTLS
    			ApplicationProtocols: mtlsHTTPALPNs,
    			// If client sends mTLS traffic, transport protocol will be set by the TLS inspector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. releasenotes/notes/37057.yaml

      generated by them.
    
      This feature is intended primarily for use on VMs, where system administrators need
      to restrain interception of the outgoing traffic down to a few applications instead
      of intercepting all outgoing traffic.
    
      By default, as before, Istio Sidecar will intercept outgoing traffic from all processes,
      no matter what user groups they are running under.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 15:43:38 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  8. releasenotes/notes/protocol-detection-timeout.yaml

    upgradeNotes:
    - title: Protocol Detection Timeout Changes
      content: |
        In order to support permissive mTLS traffic as well as [automatic protocol detection](istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#automatic-protocol-selection),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 21 00:53:45 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  9. pkg/proxy/util/localdetector.go

    	// a local pod.
    	IfNotLocal() []string
    
    	// IfLocalNFT returns nftables arguments that will match traffic from a local pod.
    	IfLocalNFT() []string
    
    	// IfNotLocalNFT returns nftables arguments that will match traffic that is not
    	// from a local pod.
    	IfNotLocalNFT() []string
    }
    
    type detectLocal struct {
    	ifLocal       []string
    	ifNotLocal    []string
    	ifLocalNFT    []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 15:34:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/cmd/root.go

    	flag.BindEnv(fs, constants.InboundCapturePort, "z",
    		"Port to which all inbound TCP traffic to the pod/VM should be redirected to.",
    		&cfg.InboundCapturePort)
    
    	flag.BindEnv(fs, constants.InboundTunnelPort, "e",
    		"Specify the istio tunnel port for inbound tcp traffic.",
    		&cfg.InboundTunnelPort)
    
    	flag.BindEnv(fs, constants.ProxyUID, "u",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 17:36:41 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top