NOISSUE - Use attestation-agent config and add Wasmtime cache#219
Open
rodneyosodo wants to merge 1 commit into
Open
NOISSUE - Use attestation-agent config and add Wasmtime cache#219rodneyosodo wants to merge 1 commit into
rodneyosodo wants to merge 1 commit into
Conversation
JeffMboya
reviewed
Jun 3, 2026
| [token_configs] | ||
| [token_configs.coco_kbs] | ||
|
|
||
| [token_configs.kbs] |
Contributor
There was a problem hiding this comment.
kbs renamed from coco_kbs; AA version must support this key.
| Type=simple | ||
| EnvironmentFile=/etc/default/proplet | ||
| Environment=WASMTIME_HOME=/var/lib/proplet | ||
| Environment=WASMTIME_CACHE_DIR=/var/cache/wasmtime |
Contributor
There was a problem hiding this comment.
WASMTIME_CACHE_DIR is not recognized by Wasmtime; use WASMTIME_CACHE_CONFIG.
Contributor
Author
There was a problem hiding this comment.
Wasmtime has neither env variables. It is just unix style https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s05.html
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
874edd6 to
bf5fe59
Compare
drasko
requested changes
Jun 4, 2026
| ProtectSystem=strict | ||
| ProtectHome=true | ||
| ReadWritePaths=/var/lib/proplet /tmp | ||
| ReadWritePaths=/var/lib/proplet /var/cache/wasmtime /tmp |
Contributor
There was a problem hiding this comment.
Why are we hard-coding for only one Wasm runtime? Who is guaranteeing that only Wasmtime will be used? Are we hard-coding this on purpose?
Contributor
Author
There was a problem hiding this comment.
We are shipping the qemu config with the default wasmtime installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this do?
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified features?
Notes