Chris Burns

Results 181 comments of Chris Burns

I guess the wider question is, what is the recommended way of installing Istio on EKS if users opt for choosing a different CNI than provided AWS VPC CNI.

Yeah, it's also quite a popular strategy for a lot of organisations to use a more advanced and flexible CNI like Calico etc, so if the only way of getting...

@dlorenc @Itxaka Am happy to work on this, although there are some reserved exit codes that have their own definition across [Windows](https://learn.microsoft.com/en-gb/windows/win32/debug/system-error-codes?redirectedfrom=MSDN#system-error-codes) and [Linux](https://linuxconfig.org/list-of-exit-codes-on-linux). I was hoping to piggy back...

All, I have implemented a very draft-ish version of this in the following [commit](https://github.com/ChrisJBurns/cosign/commit/205aa4e3bb3e1d8033ec8df6d63c5a16aab2748b). It's not perfect, still needs a cleanup, but I've managed to get a custom exit code...

@znewman01 Feel free to take a look (https://github.com/sigstore/cosign/pull/2673). Managed to keep code to minimum to reduce side affects on other functionality. Should be backwards compatible also and only affect code...

@Itxaka @znewman01 I think this can be closed as completed with fixes implemented in: - https://github.com/sigstore/cosign/pull/2766 (fixed scenarios where image has no signature & verifying when the image tag doesn't...

Can look at this - have replicated it locally. Just need to figure out where it's actually silently failing on not overriding the reserved fields.

What's more interesting... is if I was to sign an image: `cosign sign --key cosign.key IMAGE_DIGEST -a Bundle=bar` Then verify it: `cosign verify --key cosign.pub IMAGE_DIGEST | jq` I may...

@znewman01 Just coming back to this with some free time now the New Year rush has calmed down. I'm still a beginner in the `cosign` world and there's quite a...