Justin

Results 39 comments of Justin

I'm having the same issue, also with Salesforce OpenID provider. It fails the first time with "Connection reset". I'm using Amplify, though.

Thanks for all the feedback. I just made all of the changes that were requested regarding the misleading example and the YAML formatting, and also rebased on latest master and...

This is a long running issue with the YAML library we use: https://github.com/go-yaml/yaml/issues/709. The easy fix we could make for this is to not write default values to disk, which...

I like the idea behind this PR, but it got me wondering if we need an entire disk lifecycle management command instead of just tacking it on to the vm...

IMO, adding a new command specifically for cosign is a slippery slope. There will likely be other tools installed in Finch's VM in the future, and I doubt we want...

v0.7.0 should improve boot times for `vmType: qemu` (which is the default option). There's a couple more future changes that we have in mind to further improve boot times, but...

Thanks for the review @AkihiroSuda. I just pushed a new revision which adds more information to the `defaults.yaml` example, and supports multi-arch and remote downloads by refactoring and reusing the...

> I'm sorry, I'm too busy this week to do a proper review, but I just noticed that this PR uses `extraArchives`, but the volume one uses `additionalDisks`. I would...

Renamed in latest revision. Also updated some comments to be clearer.

Thanks for all the feedback. I just rebased and switched `additionalArchives` to use a `map[string]string` instead of just a list. I didn't add a new struct to hold the values,...