Replies: 1 comment
-
thank you for your feedback! I created a PR to fix this: #1624 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I had a few issues migrating to v3.4 and wanted to share my experience. I can submit fixes for these if necessary.
We are using DCT validators against private containers. The first issue I experienced was that the file name required for the repository credentials has change to
secret.yaml
but this has not yet been reflected in the documentation:connaisseur/docs/validators/notaryv1.md
Line 188 in 6ca19ae
Also when providing the public key I did not update value to include the headers (e.g.
BEGIN PUBLIC KEY
), which I found caused a panic in connaisseur when trying to decode the trust root key. I think it's because the thepem.Decode
method returnsnil
if it doesn't find a key sox509.ParsePKIXPublicKey
gets passed a nil pointer:connaisseur/internal/validator/notaryv1/notaryv1_validator.go
Line 217 in 6ca19ae
Beta Was this translation helpful? Give feedback.
All reactions