-
While writing the Helm chart to spin up wasmCloud hosts in k8s, I realized that someone running it for realz in k8s would probably not need all the dashboard assets and what not included in every sing…
-
-
In the create provider section: https://wasmcloud.dev/app-dev/create-provider/, there are some outdated references to widl files, interfaces, and no mention of https://github.com/wasmCloud/new-provide…
-
This is an org-wide issue affecting several repositories.
README files in the repositories need to be reviewed and checked for helpful, accurate information, valid urls, etc.
- [x] capability-pro…
-
Experiment with the notion of potentially replacing our proprietary **parJEEzy** files with [bindles](https://github.com/deislabs/bindle).
Before we drop everything and convert to an entirely new s…
-
Right now the logging interface macros all use `?.await` (e.g. the `debug!`, `info!`, etc). This forces these macros to only be usable inside a function that returns a Result/RpcResult. Rather than en…
-
When a `WASMCLOUD_CLUSTER_SEED` is supplied via environment variables or a dotenv file, this cluster seed will be used to sign invocations. The validation step for antiforgery checks invocations again…
-
**Is your feature request related to a problem? Please describe.**
At the moment, the crate `wasmcloud-control-interface` still has pretty barebones documentation. Similar to our recent improvements …
-
Cluster seeds are used to sign the anti-forgery tokens on invocations transmitted within the wasmCloud OTP host. As a result, in order for wash to be able to securely invoke actors without having said…
-
I'm getting the following output when starting actors, indicating that heartbeats are not being processed/handled correctly (?)
I am not seeing the same issue running providers, where it seems that…