Question
Authenitcate to registry tags list
Hi,
I did setup FluxCD.io in Kubernetes. It is to automate deployments. It reads the tags from a registry to look if there are new images, if there are, it will deploy them. I use the dockerconfig json to get the images. Flux tells me it using the same credentials to get the list of tags. But it get a unauthenticated error. I try to get the list of tags myself from the same link Flux uses, but I dont know how to authenticate.
How can I authenticate on this url: https://registry.digitalocean.com/v2/registry.digitalocean.com/{reponame}/{imagename}/tags/list
Thanks in advance!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi there,
Can you provide the error your request is receiving, is it a 401? Are you sure that the proper API token is being provided in that request from fluxcd?
Regards,
John Kwiatkoski