Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 540 for traffic (0.13 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. releasenotes/notes/alpn-gateway-auto.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 37196
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 10 18:00:16 UTC 2022
    - 336 bytes
    - Viewed (0)
  8. pkg/config/protocol/instance.go

    	// HTTP2 declares that the port carries HTTP/2 traffic.
    	HTTP2 Instance = "HTTP2"
    	// HTTPS declares that the port carries HTTPS traffic.
    	HTTPS Instance = "HTTPS"
    	// TCP declares the port uses TCP.
    	// This is the default protocol for a service port.
    	TCP Instance = "TCP"
    	// TLS declares that the port carries TLS traffic.
    	// TLS traffic is assumed to contain SNI as part of the handshake.
    	TLS Instance = "TLS"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 01 02:46:15 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. tests/integration/security/testdata/authz/deny-global.yaml.tmpl

            # the target port is needed to avoid the DENY policy also applying to
            # traffic through the eastwest-gateway. Since all eastwest-gateway
            # traffic is TCP, the policy will attempt to be as restrictive as
            # possible and block all traffic through the eastwest-gateway.
            ports: [ "18080", "18085" ]
            paths: ["/global-deny*"]
            notPaths: ["/global-deny/allow"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 796 bytes
    - Viewed (0)
  10. architecture/ambient/peer-authentication.md

    zzoehiijh1ZpZuJ1-SzuVVupenv8r5yuCaFshs/edit#heading=h.dwbqvwmg6ud3))
    
    When a ztunnel receives traffic (authenticated or not) from a workload, it will forward that traffic to the Waypoint proxy **after** applying any `TRANSPORT` layer policies (i.e. `Authorization`s). Thus, if the destination workload has at least the equivalent of a `STRICT` `PeerAuthentication`, unauthenticated traffic will be rejected before it reaches the Waypoint proxy. If the effective policy is `PERMISSIVE` (the default),...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top