-
# Expose a Control Interface API from the wasmCloud Host
## Summary
This request for comment applies to the desire to expose an administrative API from the wasmCloud host itself that is local an…
-
per security best practices, we shouldn't log private keys.
This log from `HostCore.WebAssembly.Imports` dumps the seed field on error. The seed should be blanked out or replaced with "(omitted)" or …
-
Related to #3, supporting OCI artifacts should also only allow resources with embedded claims
Currently, we allow consumers of the web UI to upload signed wasm files to launch as actors (good) and …
-
In the 0.5 work, we're essentially using "blind replication over NATS" as the cache distribution mechanism. Whenever a change to claims, OCI refmaps, or link definitions takes place, we publish that c…
-
OCI file download (not necessarily the interpretation of said file) is currently available in here: https://github.com/wasmCloud/wasmCloud/blob/main/crates/wasmcloud-host/src/oci.rs
This issue will…
-
-
Add distillery to the project and run through the process of manually creating a release. Automate this into the CI pipeline so that when a `v0.x.y` tag is created, a new distillery release is created…
-
# Change Provider Interface to Support Polyglot Capability Providers
## Summary
Today’s capability providers can only be implemented in Rust. Because of the way the traits and plugins are implem…
-
-