Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 438 for traffic (0.16 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. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/kube/inject/testdata/inject/grpc-simple.yaml.injected

            prometheus.io/scrape: "true"
            proxy.istio.io/overrides: '{"containers":[{"name":"traffic","image":"fake.docker.io/google-samples/traffic-go-gke:1.0","resources":{},"readinessProbe":{"httpGet":{"port":80}}}]}'
            sidecar.istio.io/rewriteAppHTTPProbers: "false"
            sidecar.istio.io/status: '{"initContainers":["grpc-bootstrap-init"],"containers":["traffic"],"volumes":["grpc-io-proxyless-bootstrap"],"imagePullSecrets":null,"revision":"default"}'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 10 20:56:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/grpc-agent.yaml.injected

            istio.io/rev: default
            kubectl.kubernetes.io/default-container: traffic
            kubectl.kubernetes.io/default-logs-container: traffic
            prometheus.io/path: /stats/prometheus
            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            proxy.istio.io/overrides: '{"containers":[{"name":"traffic","image":"fake.docker.io/google-samples/traffic-go-gke:1.0","resources":{},"readinessProbe":{"httpGet":{"port":80}}}]}'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top