Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for allow_any (0.1 sec)

  1. pkg/config/analysis/analyzers/testdata/deprecation.yaml

      namespace: default
    spec:
      ingress:
      - port:
          number: 9080
        defaultEndpoint: unix:///var/run/some.sock
      egress:
      - hosts:
        - "./*"
      outboundTrafficPolicy:
        mode: ALLOW_ANY
        egressProxy:
          host: example
          port:
            number: 9080
    ---
    apiVersion: config.istio.io/v1alpha2
    kind: QuotaSpec
    metadata:
      name: request-count
      namespace: istio-system
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route_cache.go

    	// This allows resolving ServiceEntries, which is especially useful for distinguishing TCP traffic
    	// This depends on DNSCapture.
    	DNSAutoAllocate bool
    	// AllowAny indicates if the proxy should allow all outbound traffic or only known registries
    	AllowAny bool
    
    	ListenerPort            int
    	Services                []*model.Service
    	VirtualServices         []config.Config
    	DelegateVirtualServices []model.ConfigHash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  3. tests/integration/telemetry/policy/traffic_allow_any_test.go

    				StatusCode:      http.StatusOK,
    				Protocol:        "TCP",
    			},
    		},
    	}
    
    	RunExternalRequest(t, cases, prom, AllowAny)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 5.4K bytes
    - Viewed (0)
Back to top