Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 101 for wasmv3 (0.22 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    	pre = append(pre, authzCustomBuilder.BuildHTTP(cls)...)
    	pre = extension.PopAppendHTTP(pre, wasm, extensions.PluginPhase_AUTHN)
    	pre = append(pre, authnBuilder.BuildHTTP(cls)...)
    	pre = extension.PopAppendHTTP(pre, wasm, extensions.PluginPhase_AUTHZ)
    	pre = append(pre, authzBuilder.BuildHTTP(cls)...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. test/codegen/shift.go

    		// riscv64:"SLL",-"AND",-"SLTIU"
    		// s390x:-"RISBGZ",-"AND",-"LOCGR"
    		// wasm:-"Select",-".*LtU"
    		// arm64:"LSL",-"CSEL"
    		return v << s
    	}
    	panic("shift too large")
    }
    
    func rshGuarded64U(v uint64, s uint) uint64 {
    	if s < 64 {
    		// riscv64:"SRL\t",-"AND",-"SLTIU"
    		// s390x:-"RISBGZ",-"AND",-"LOCGR"
    		// wasm:-"Select",-".*LtU"
    		// arm64:"LSR",-"CSEL"
    		return v >> s
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:53:43 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. Makefile.core.mk

    	@envvarlinter istioctl pilot security
    
    # Allow-list:
    # (k8s) some Machinery, utils, klog
    # (proto) Istio API non-CRDs, MeshConfig and ProxyConfig
    # (proto) Envoy TLS proto for SDS
    # (proto) Envoy Wasm filters for wasm xDS proxy
    # (proto) xDS discovery service for xDS proxy
    # (proto) SDS secret and contrib QAT and cryptomb
    .PHONY: check-agent-deps
    check-agent-deps:
    	@go list -f '{{ join .Deps "\n" }}' -tags=agent \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  4. pilot/pkg/xds/debug.go

    						continue
    					}
    
    					switch tce.TypedConfig.TypeUrl {
    					case xds.WasmHTTPFilterType:
    						w := &wasm.Wasm{}
    						if err := tce.TypedConfig.UnmarshalTo(w); err != nil {
    							istiolog.Warnf("failed to unmarshal wasm filter: %v", err)
    							continue
    						}
    						// Redact Wasm secret env variable.
    						vmenvs := w.GetConfig().GetVmConfig().EnvironmentVariables
    						if vmenvs != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/main.go

    	// for which we have computed the size and offset, in a
    	// mmap'd region. The second part writes more content, for
    	// which we don't know the size.
    	if ctxt.Arch.Family != sys.Wasm {
    		// Don't mmap if we're building for Wasm. Wasm file
    		// layout is very different so filesize is meaningless.
    		if err := ctxt.Out.Mmap(filesize); err != nil {
    			Exitf("mapping output file failed: %v", err)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/auth_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/lrs_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/stream/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/access_loggers/wasm/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/bootstrap/internal_listener/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/authsds_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top