Skip to content

Error from server: admission webhook "connaisseur-svc.connaisseur.svc" denied the request: unknown error #246

Answered by xopham
bally-singh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bally-singh ,
it seems like you did follow the ACR specific instructions.

Most strikingly, your auth configugartion won't work. It should be:

auth:
  username: Azure App ID
  password: Azure App ID Password

In the docs, we just used the auth.username notation to express the hierarchy in case of sub-keys. However, in the actual configuration the correct yaml notation must be used.
Let me know if that solves your problem. I have a few more notes below:


  • Just to be on the safe side: the actual key in your sample yaml looks somewhat like the following:
'#' the default key is used if no key is specified in image policy
name: default
key: | # enter your public key below
-----BEGIN PUBLIC …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bally-singh
Comment options

@xopham
Comment options

@bally-singh
Comment options

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