envoyproxy/envoy

support oci_uri as a remote data source for wasm

Open

#33.212 aberto em 29 de mar. de 2024

Ver no GitHub
 (15 comments) (17 reactions) (0 assignees)C++ (5.373 forks)batch import
area/wasmenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Title: One line description

Description:

Envoy only supports fetching a WASM module remotely via http

Majority of the WASM Modules now live in OCI Registries, so would be great if an oci field was supported to allow users to fetch WASM modules directly instead of using a shim (an auxiliary control plane creating a temporary file server or a sidecar agent that prefetches from an OCI registry and persists it into the common filesystem) that deals with the CRUD state machine

[optional Relevant Links:]

Any extra documentation required to understand the issue.

Guia do colaborador