-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement actor resource control mechanisms #19
Comments
Wazero has been updated to support context cancellation so this should be relatively easy now :) |
Awesome . This gives capabilities for resource usage ? |
It allows webassembly functions to run with a “deadline” and once the deadline elapses, the webassembly runtime will stop running the function. it’s not everything you need, but it’s a pretty good start! |
I have not integrated that into NOLA yet though |
Just a brain storm... Ideation, etc . what ya think ?? |
Sorry, I’m not sure what the question is |
my fault... here goes... Resource management is a type of Capability Security. File access, Network access are types of Capability Security. There seems to be few sides to the coin here perhaps:
PII is also a type of Capability too, where the data flows through the WASM functions or Logging does not have names, addresses, etc. Use Case examples from history are:
WASM computing at the edge is disruptive and PII is part of the danger.
Virus protection is also a Capability for Operators and Users. https://github.com/corazawaf/coraza is related to this area but i presume does not cover this.
|
Maybe a new Discussion or Issue for this - as soon as i saw Resource Control i remember al the other side channels ... |
Things that should be constrainable:
The text was updated successfully, but these errors were encountered: