Hi everyone !
I try to retrieve the hash code of the docker image of kibana and elasticsearch.
With the official docker registry we can get this information with this url https://index.docker.io/v2/library/nginx/manifests/latest
But if I use the same pattern on Elastic’s docker repository, the response is a HTTP status 401 Unauthorized.
How can I get the authorization to access to the resource behind this url? Is simple user like me allowed to access to the resource?