Skip to content

Using Connaisseur with cosign and private Azure Container Registry #1443

Answered by phbelitz
marese98 asked this question in Q&A
Discussion options

You must be logged in to vote

Hoy @marese98

To clarify the confusion with isAcr. That is only needed for validation using a notary server (meaning using Dokcer Content Trust). That isn't the case for you, so you shouldn't need to use that field. Also to clarify things here: the ACR's notary server sends back its authentication token in a different field then the default notary server (the one used by Docker themselves) would do. That's why this isAcr field exists.

Now to your problem. I managed to get things going using an ACR, so I'm gonna run you through my process, so you can replicate things or pinpoint issues:

  1. Created a container registry in my azure instance
  2. Did az login followed by az acr login --name <ACR-NAME>

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@marese98
Comment options

Comment options

You must be logged in to vote
5 replies
@marese98
Comment options

@phbelitz
Comment options

@marese98
Comment options

@marese98
Comment options

@phbelitz
Comment options

Answer selected by marese98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants