Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to use outbound http proxy? #16

Open
davidkarlsen opened this issue Aug 12, 2020 · 3 comments
Open

Possibility to use outbound http proxy? #16

davidkarlsen opened this issue Aug 12, 2020 · 3 comments

Comments

@davidkarlsen
Copy link
Contributor

Is it possible in some way to use a http-proxy to fetch the images?

@matlockx
Copy link
Contributor

You can try to change the nginx config to use proxy_pass with proxy_set_header but that won't work for TLS. Therefore you would need to use something like socat locally and use that at first.

@matlockx
Copy link
Contributor

@ag-TJNII
Copy link
Contributor

As far as I can tell this isn't possible. Nginx doesn't support proxy_pass through a proxy, and a solution like socat doesn't work as the ECR pull flow hits multiple endpoints (the [account].dkr.ecr.[region].amazonaws.com endpoint as well as the starport layer buckets).

Am I wrong about this? Has someone else cracked this nut?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants