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

Add proxy service to reverse-proxy requests to registries like npm and Docker #642

Open
ezekg opened this issue Jul 14, 2022 · 2 comments
Open

Comments

@ezekg
Copy link
Member

ezekg commented Jul 14, 2022

E.g. proxy.keygen.sh/foo/bar proxies to a private npm package. License validation must pass. It streams the response from npm directly, without a redirect i.e. the source should be invisible to the end-user (so likely need to have this be a Go microservice since Ruby is not the fastest i.r.t. streaming large files).

@ezekg
Copy link
Member Author

ezekg commented Jul 14, 2022

Use GitHub’s package registries?

@ezekg
Copy link
Member Author

ezekg commented Jul 14, 2022

What if we did an OCI-compliant registry for Docker? Can test conformance here.

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

1 participant