Lily Sturmann
Lily Sturmann
From @lukehinds Currently sigstore-rs verifies a cosign signature stashed in an OCI registy, but we might also want to attest blobs locally (exist in rekor and signed with an ODIC...
It would be helpful for someone running the example to know: - what to do with the access token after receiving it - should it be placed in a file...
# Environment * OS / version: Fedora 36 (VM) * Processor architecture: x86_64 * TPM Manufacturer: swtpm * Keylime version: latest HEAD # Description I set up swtpm like so:...
From this [Slack conversation](https://cloud-native.slack.com/archives/C01ARE2QUTZ/p1663268532840569): "In order to test relevant TPM setups [we should know] what initial TPM configurations (ideally in a sequence of` tpm2_*` commands) are supposed to work with...
It would be easier to read the output and also faster to rerun tests if we could specify a subset of the tests to run.
**Description** There are various errors when I try to use `scripts/createdb.sh`. Some of them may be related. I'm using the latest commit with: Server version: 8.0.30 MySQL Community Server -...
The `LogEntry.body` for example should not just be a String, but a typed struct where you can access subfields and extract data.
Find examples of `unwrap()` and replace with more descriptive error handling.
The README specifies that we can: - [x] Verify using a given key - [ ] Verify bundle produced by transparency log (Rekor) - [ ] Verify signature produced in...
It didn't seem worth it to put a new struct in `builder.rs`, but maybe that's not very "Rusty". Suggestions welcome. This will pass CI once a [related PR](https://github.com/enarx/sgx/pull/29) is merged...