Peyton Walters
Peyton Walters
Right now, all your packages must be in your `--package-path` directory when you build your index. I'd like to add the ability to build your index with only new packages...
It would be nice to have a function called `ExecOutput` that would let the user see the output of an exec command. I've got this fully written with testing; I...
Following up with @evan2645 and @APTy: **Plan for attestation:** For attestation, I was thinking of something very similar to how x509pop works, but without the intermediate certificates. Agent requests to...
I noticed that each time I wanted to edit/trash/markdown/pin a task, I had to list and find the key. I made some changes so that you can do all those...
This resolves #2 **Describe your changes** This PR adds support for using Spire servers as a trust source. **Testing performed** Unit tests have been written in `spiretrustsource_test.go` **Additional context** I...
This PR resolves #4 **Describe your changes** This PR adds unit tests to common and fixes warnings brought up by `go-lint` **Testing performed** This is it **Additional context** This PR...
### Tell us more about this new feature. We currently use mountpoint-s3 to allow our users to mount buckets in their containers as regular volumes. This has been working well,...
### Description I'm testing out TPU support with the runsc docker shim. When I use `runsc` normally, everything works fine, but when used with `--tpuproxy`, it fails to mount /sys....
This commit adds modal sandbox support via the remote image runtime. - [x] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description for...
### Tell us more about this new feature. One common use case for S3 is storing log data. In a traditional disk-based system, you'd open a file in append mode,...