Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WASM_INSECURE_REGISTRIES (0.2 sec)

  1. tests/integration/telemetry/api/setup_test.go

    	echos := (&cdeployment.Config{}).DefaultEchoConfigs(ctx)
    	customBuckets := `{"istio":[1,5,10,50,100,500,1000,5000,10000]}`
    	proxyMetadata := fmt.Sprintf(`
    proxyMetadata:
      WASM_INSECURE_REGISTRIES: %q`, registry.Address())
    	for _, e := range echos {
    		if e.Subsets[0].Annotations == nil {
    			e.Subsets[0].Annotations = map[string]string{}
    		}
    		if e.Service == "b" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/options/options.go

    	enableProxyConfigXdsEnv = env.Register("PROXY_CONFIG_XDS_AGENT", false,
    		"If set to true, agent retrieves dynamic proxy-config updates via xds channel").Get()
    
    	wasmInsecureRegistries = env.Register("WASM_INSECURE_REGISTRIES", "",
    		"allow agent pull wasm plugin from insecure registries or https server, for example: 'localhost:5000,docker-registry:5000'").Get()
    
    	wasmModuleExpiry = env.Register("WASM_MODULE_EXPIRY", wasm.DefaultModuleExpiry,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top