Using the "docker.elastic.co" container registry behind a firewall

Hi everyone, I am looking for guidance on how to properly access the "docker.elastic.co" CR behind a corporate firewall.

This question was already posed back in 2020, but never answered. Here's that original topic.

What I did find out so far is that the index seems to be at "docker.elastic.co" and a needed auth endpoint is found at "docker-auth.elastic.co", those two can be whitelisted for outgoing traffic without a problem. But then clients are pointed at seemingly random and everchanging CDN endpoints, all under "*.cloudfront.net". Our enterprise security team forbids us from whitelisting all of Amazon CloudFront in certain networks, where we plan to use Logstash.

Are there any other options, like a dedicated data endpoint?

Thanks in advance,
Hase

Is using Docker Hub an option? The images of Elasticsearch, Kibana, Logstash,... get mirrored there. For example Docker

I don't think changes to the backend of docker.elastic.co are currently planned.

That works for us, thank you! We weren't aware of the parameters allowing for changing the registry used by the charts.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.