Issues with authenticating to azure container registry #953
-
I'm trying to subscribe to a container changes in ACR and I have the following secret:
But it's failing with the following logs:
I have tested locally with curl that the token is valid:
Any ideas what could be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
We re-use Argo CD Image Updater for this and they've got an open issue about this: argoproj-labs/argocd-image-updater#550 If you look at their docs, they also don't list ACR as a registry they have validated Image Updater against: https://argocd-image-updater.readthedocs.io/en/stable/configuration/registries/ So, unfortunately, I think the answer to this conundrum lies upstream. |
Beta Was this translation helpful? Give feedback.
We re-use Argo CD Image Updater for this and they've got an open issue about this:
argoproj-labs/argocd-image-updater#550
If you look at their docs, they also don't list ACR as a registry they have validated Image Updater against:
https://argocd-image-updater.readthedocs.io/en/stable/configuration/registries/
So, unfortunately, I think the answer to this conundrum lies upstream.