Alexander Scheel

Results 588 comments of Alexander Scheel

Hey @grahamc! As mentioned, I think we could make certificate acquisition more broadly useful by making it pluggable. If we define something like: ``` type CertificateGetter func(*ClientHelloInfo) (*Certificate, error) ```...

We likely need something in `sdk/logical/response_util.go` to make a namespace not found error into a 404.

@driif @phyrog Are we good to close this one do we think?

@DanGhita @JanMa https://github.com/nodejs/build/issues/2876 will be interesting for v2.2.0 assuming #739 is finished. I think what will need to happen is we build the UI once in an earlier stage and...

@JanMa @DanGhita Hmm, perhaps problematic, but if we continue to use the matrix form, we'll be limited by https://github.com/gotestyourself/gotestsum/releases , which doesn't support Windows for one.

So far this would've prevented: - v2.1.0 beta failure, on solaris/illumos - v2.3.0 beta failure, on darwin/amd64 - v2.3.0 GA failure on illumos

Test 8 is PeriodicFunc failures discussed in #1177.

@DrDaveD #869 had a changelog entry; feel free to suggest improvements: https://github.com/openbao/openbao/blob/main/changelog/869.txt I do think documentation is outstanding, but I think we can get that in ahead of GA as...

@andreaso Happy to take docs PRs revising this. These were cribbed from https://docs.sigstore.dev/logging/verify-release/ I believe, though perhaps I've misunderstood the instructions there.

@andreaso I guess we'll have to look at the goreleaser instructions then: https://goreleaser.com/customization/sign/ We don't do the signing explicitly, instead delegating it to goreleaser. Hmm... I suspect the keyless mode...