Replies: 1 comment 2 replies
-
@dansbot I think this should be easy to fix. It seems that you added a signer with name "root" to your notary. However, the key used to pin the signature validation in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to follow these instructions to connect an ACR:
https://github.com/sse-secure-systems/connaisseur/blob/master/docs/validators/notaryv1.md#using-azure-container-registry
I created a signing pair with:
which returns something like:
With this public key I have pushed and signed images to my acr with the following commands:
I can verify that the image was properly signed by running:
which returns something like:
I then edit the values.yaml to look like:
I then update my connaisseur on my cluster with:
Which appears to execute successfully.
I then run:
Which results in the following error:
Here are the logs:
I don't understand what I am doing wrong. Why is this not working?
Beta Was this translation helpful? Give feedback.
All reactions