Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for WASM_INSECURE_REGISTRIES (0.34 sec)

  1. releasenotes/notes/wasm-https-insecure-support.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 05 02:23:59 UTC 2022
    - 235 bytes
    - Viewed (0)
  2. releasenotes/notes/wasm-insecure-all.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 19 19:55:27 UTC 2022
    - 219 bytes
    - Viewed (0)
  3. 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)
  4. 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