Flavio Castelli

Results 244 comments of Flavio Castelli

Putting on hold, because of https://github.com/sigstore/sigstore-rs/pull/311. This is probably going to be closed

@Cmierly The trademark transfer has been completed during the last weeks

I prefer the 1st option you propose. BTW, I've also created https://github.com/sigstore/sigstore-rs/pull/348. I **think** we could avoid that if we were to address this issue. What do you think?

@tnytown is this one ready to be reviewed?

> Since this can be validated on a single server node, this should be written as an integration test. The test needs to download some binaries from the internet and...

@brandond , @dereknola: I've added a new e2e test. I've taken inspiration from other tests that are already inside of the code base. Let me know if there's anything I...

@dereknola doh! sorry about that... I've fixed the issue with a force push

It seems the amount of e2e tests ran by drone is limited (see [here](https://github.com/k3s-io/k3s/blob/fae0d998631ec7e001934251900b8b25c5d3cb4d/.drone.yml#L639-L657)). Is that done by purpose? Should I add my new e2e test over there?

@Mossaka no, they are not part of a tagged release of k3s. They will be part of the next release

JFYI: the rustls folks have forked the `webpki` crate and their fork has a fix for this issue. You can see the issue about IP support here: https://github.com/rustls/webpki/issues/4 Currently there's...