wasmCloud/wascc-host

Support a block list for actors, hosts, and capabilities

autodidaddict opened this issue · 0 comments

The lattice should be able to receive block notifications on actors, host IDs, and capabilities. Host IDs aren't supported now, but they will be after the #41 anti-forgery story is done. If an actor goes on the block list, it will be denied loading, denied all invocations, and removed from whatever host has it at the moment. Capabilities on the block list will be removed from all hosts and denied loading. Invocations from a blocked host ID will be rejected.