Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allow_any (0.09 sec)

  1. 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)
  2. 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