Abhilash Raj

Results 169 comments of Abhilash Raj

FWIW, on a 3.10.0rc2 install, I am seeing only a single test failure: ``` FAILED aiosmtpd/tests/test_smtp.py::TestAuthMechanisms::test_byclient[login-False] - Failed: DID NOT RAISE Results (51.74s): 561 passed 1 failed - aiosmtpd/tests/test_smtp.py:1053 TestAuthMechanisms.test_byclient[login-False]...

I wonder if the right place for this content is https://devguide.python.org/committing/ or if there is a need for a dedicated page which helps core devs understand the features of the...

I am trying to setup container image signing without having to setup and maintain a service for TL. We already have a PKI system with identity certificates available that I...

@haydentherapper ^ That doesn't work unless you have `COSIGN_EXPERIMENTAL=1` turned on, which as I understand, is going to try to talk to TL? ``` $ SIGSTORE_ROOT_FILE=Root_CA.crt.pem cosign verify $IMAGE:$TAG Error:...

FWIW, i tried verification using Kyverno and it seems to work by just adding the cert chain in the ClusterPolicy. This is the [verification code in Kyverno](https://github.com/kyverno/kyverno/blob/main/pkg/cosign/cosign.go#L164). So, it seems...

Aha, you are absolutely right! Setting the `COSIGN_EXPERIMENTAL=1` and `--rekor-url=""` allows it to fetch the cert and chain from the annotations. Thanks a lot!

Can you try installing from the latest commit and see if the problem still persists?

@jiteshpabla Let me add some sample tests to the repo and then maybe you can look at it?

https://github.com/maxking/paper-to-git/blob/master/paper_to_git/tests/bin/test_commands.py This is a very basic test that I added for the `paper-git` command itself. Might be a little helpful when trying to write tests. There is still a major...

Thanks @meneken17 for the answer! Closing this one, @RanceH please reopen in case it isn't clear.