Create/validate policies via the command line, submits to wasmcloud server
Patch/validate policies via the command line
```
// gitea.policy
allow (
https://tulpa.dev
ipfs://
random://
)
disallow (
file://
.*
)
brand-outgoing-requests by-handler-id
ram-page-limit 128
gas-limit 1048576
execution-limit 5m
```
- [x] Spec this out
- [x] Use [confyg](https://godoc.org/within.website/confyg)
- [x] Concept of a "default policy"
- [x] Implement in Olin
- [x] Uncleanly terminate program on ACL violation
- [x] wasmcloudd
- [x] Store ACLs in database with handlers
- [x] Update ACLs with update
- [x] Send ACLs with ExecRequest
- [x] cli
- [x] Add policy argument to run
- [x] Create/validate policies via the command line, submits to wasmcloud server
- [x] Patch/validate policies via the command line
cadey
changed title from ACLs to Policies3 years ago
ACLsto Policies 3 years ago